Fixed mod bug

This commit is contained in:
2023-08-17 16:38:02 -07:00
parent b846a7c144
commit cc81c3979c
4 changed files with 8 additions and 2 deletions

View File

@@ -162,6 +162,7 @@ fn operators() {
good_expr("2", "6/3");
good_expr("2", "5%3");
good_expr("4", "2^5 mod 7");
good_expr("8", "5+3");
good_expr("64", "4^3");
good_expr("64", "4 ^ 3");