Added a test

newfloat
Mark 2023-08-17 17:31:43 -07:00
parent 86b5356d4f
commit f9ec4d82fe
Signed by: Mark
GPG Key ID: AD62BB059C2AAEE4
1 changed files with 1 additions and 0 deletions

View File

@ -185,6 +185,7 @@ fn operators() {
bad_expr("1e5!");
bad_expr("0^(-1)");
bad_expr("pi!");
bad_expr("2.5 mod 8");
}
#[test]