mirror of
https://github.com/rm-dr/daisy
synced 2025-06-30 14:13:32 -07:00
Added a test
This commit is contained in:
@ -185,6 +185,7 @@ fn operators() {
|
||||
bad_expr("1e5!");
|
||||
bad_expr("0^(-1)");
|
||||
bad_expr("pi!");
|
||||
bad_expr("2.5 mod 8");
|
||||
}
|
||||
|
||||
#[test]
|
||||
|
Reference in New Issue
Block a user