diff --git a/test/expressions_test.cpp b/test/expressions_test.cpp index 33f044a..462f50b 100644 --- a/test/expressions_test.cpp +++ b/test/expressions_test.cpp @@ -20,6 +20,7 @@ R"( {{ 7 / 3}} {{ 7 // 3 }} {{ 7 % intValue }} +{{ 11 % 7 }} {{ 3 ** 4 }} {{ 10 ** -2 }} {{ 10/10 + 2*5 }} @@ -48,6 +49,7 @@ R"( 2.3333333 2 1 +4 81 0.01 11