mirror of https://github.com/rm-dr/daisy
Added a test
parent
86b5356d4f
commit
f9ec4d82fe
|
@ -185,6 +185,7 @@ fn operators() {
|
||||||
bad_expr("1e5!");
|
bad_expr("1e5!");
|
||||||
bad_expr("0^(-1)");
|
bad_expr("0^(-1)");
|
||||||
bad_expr("pi!");
|
bad_expr("pi!");
|
||||||
|
bad_expr("2.5 mod 8");
|
||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
|
|
Loading…
Reference in New Issue