From 4673fde605090320fbab227e56bb085eec97362a Mon Sep 17 00:00:00 2001 From: Bad Diode Date: Sun, 10 Oct 2021 12:11:45 +0200 Subject: Add boolean primitives and more (better) tests --- tests/arithmetic_expected.txt | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'tests/arithmetic_expected.txt') 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 @@ -110 -6 -25 --40 -70 --66 -9 -1 -44000 +(+ 10 100) -> 110 +(+ 1 -2 3 4) -> 6 +(- 100 75) -> 25 +(- 10 20 30) -> -40 +(* 10 7) -> 70 +(* -1 66) -> -66 +(/ 45 5) -> 9 +(/ 10 5 2) -> 1 +(* 20 (+ 100 (- 50 30) (/ 300 3)) 10) -> 44000 -- cgit v1.2.1