Use stram0.fspl so I don't have to rewrite every test

This commit is contained in:
Sasha Koshka 2024-02-14 13:41:24 -05:00
parent cd4e9608d0
commit 05bd29fc71
1 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ func testReaderErr (
errStart int,
input io.Reader,
) {
address := entity.Address("input.fspl")
address := entity.Address("sream0.fspl")
ast := fsplParser.Tree { }
lx, err := lexer.LexReader (
@ -72,7 +72,7 @@ func testString (test *testing.T, input string) {
}
func testReader (test *testing.T, input io.Reader) {
address := entity.Address("input.fspl")
address := entity.Address("stream0.fspl")
ast := fsplParser.Tree { }
lx, err := lexer.LexReader (