mirror of
https://github.com/rm-dr/daisy
synced 2025-12-08 18:14:25 -08:00
Added tests
This commit is contained in:
@@ -94,6 +94,9 @@ fn bad_expressions() {
|
|||||||
bad_expr("3 - ");
|
bad_expr("3 - ");
|
||||||
bad_expr("()");
|
bad_expr("()");
|
||||||
bad_expr("3+2)");
|
bad_expr("3+2)");
|
||||||
|
bad_expr("-");
|
||||||
|
bad_expr("*");
|
||||||
|
bad_expr("+");
|
||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
|
|||||||
Reference in New Issue
Block a user