activated tests for while loop

This commit is contained in:
Moritz Gmeiner 2024-08-27 18:42:08 +02:00
commit f30b0444e4

View file

@ -1305,10 +1305,19 @@ $ mlox while/return_inside.lox
file while/syntax.lox file while/syntax.lox
$ mlox while/syntax.lox $ mlox while/syntax.lox
1
2
3
0
1
2
file while/var_in_body.lox file while/var_in_body.lox
$ mlox while/var_in_body.lox $ mlox while/var_in_body.lox
found 1 ParserError:
ParserError at line 2, column 13: Expected valid expression, got Var instead
[1]