mirror of
https://github.com/rm-dr/daisy
synced 2025-12-15 16:22:47 -08:00
Fixed mod bug
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user