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.txt18
1 files changed, 9 insertions, 9 deletions
diff --git a/tests/arithmetic_expected.txt b/tests/arithmetic_expected.txt
index 590166a..16445dc 100644
--- a/tests/arithmetic_expected.txt
+++ b/tests/arithmetic_expected.txt
@@ -1,9 +1,9 @@
1110 1(+ 10 100) -> 110
26 2(+ 1 -2 3 4) -> 6
325 3(- 100 75) -> 25
4-40 4(- 10 20 30) -> -40
570 5(* 10 7) -> 70
6-66 6(* -1 66) -> -66
79 7(/ 45 5) -> 9
81 8(/ 10 5 2) -> 1
944000 9(* 20 (+ 100 (- 50 30) (/ 300 3)) 10) -> 44000