mirror of https://github.com/rm-dr/daisy
Added tests
parent
5d80579457
commit
99f4919fea
|
@ -94,6 +94,9 @@ fn bad_expressions() {
|
|||
bad_expr("3 - ");
|
||||
bad_expr("()");
|
||||
bad_expr("3+2)");
|
||||
bad_expr("-");
|
||||
bad_expr("*");
|
||||
bad_expr("+");
|
||||
}
|
||||
|
||||
#[test]
|
||||
|
|
Loading…
Reference in New Issue