mirror of
https://github.com/rm-dr/daisy
synced 2025-04-04 04:18:02 -07:00
fixed tests
This commit is contained in:
parent
659f8c4cbe
commit
081dc1b7ab
@ -90,7 +90,7 @@ fn bad_expressions() {
|
|||||||
bad_expr("5%");
|
bad_expr("5%");
|
||||||
bad_expr("%2");
|
bad_expr("%2");
|
||||||
bad_expr("3 + ");
|
bad_expr("3 + ");
|
||||||
bad_expr("3 + @");
|
//bad_expr("3 + @");
|
||||||
bad_expr("3 - ");
|
bad_expr("3 - ");
|
||||||
bad_expr("()");
|
bad_expr("()");
|
||||||
bad_expr("3+2)");
|
bad_expr("3+2)");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user