aboutsummaryrefslogtreecommitdiffstats
path: root/tests/arithmetic_expected.txt
diff options
context:
space:
mode:
Diffstat (limited to 'tests/arithmetic_expected.txt')
-rw-r--r--tests/arithmetic_expected.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/arithmetic_expected.txt b/tests/arithmetic_expected.txt
index 16445dc..a2a5a83 100644
--- a/tests/arithmetic_expected.txt
+++ b/tests/arithmetic_expected.txt
@@ -6,4 +6,8 @@
6(* -1 66) -> -66 6(* -1 66) -> -66
7(/ 45 5) -> 9 7(/ 45 5) -> 9
8(/ 10 5 2) -> 1 8(/ 10 5 2) -> 1
9(% 45 5) -> 0
10(% 45 7) -> 3
11(% 120 45) -> 30
12(% 120 45 8) -> 6
9(* 20 (+ 100 (- 50 30) (/ 300 3)) 10) -> 44000 13(* 20 (+ 100 (- 50 30) (/ 300 3)) 10) -> 44000