Skip to content

Commit e2bcea8

Browse files
Fix simple test
1 parent 0caaa1d commit e2bcea8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/simple.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
float fahr;
22
float upper;
33
float a;
4-
while (fahr < upper) do a = 23.00 whileend
4+
while (fahr < upper) do a = 23.00; whileend

tests/simple_output.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ KEYWORD = do
1919
IDENTIFIER = a
2020
OPERATOR = =
2121
FLOAT = 23.00
22+
SEPARATOR = ;
2223
KEYWORD = whileend
2324
EOF = $
24-
EOF = $

0 commit comments

Comments
 (0)