aboutsummaryrefslogtreecommitdiff
path: root/tests/step2_eval.mal
diff options
context:
space:
mode:
Diffstat (limited to 'tests/step2_eval.mal')
-rw-r--r--tests/step2_eval.mal3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/step2_eval.mal b/tests/step2_eval.mal
index 2f48c73..aaf1a7d 100644
--- a/tests/step2_eval.mal
+++ b/tests/step2_eval.mal
@@ -11,6 +11,9 @@
(/ (- (+ 5 (* 2 3)) 3) 4)
;=>2
+(/ (- (+ 515 (* 222 311)) 300) 41)
+;=>1689
+
(abc 1 2 3)
; .*\'abc\' not found.*