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 33c7b17..b24af93 100644
--- a/tests/step2_eval.mal
+++ b/tests/step2_eval.mal
@@ -11,6 +11,9 @@
(/ (- (+ 5 (* 2 3)) 3) 4)
;=>2
+(abc 1 2 3)
+; .*\'abc\' not found.*
+
;; Testing evaluation within collection literals
[1 2 (+ 1 2)]
;=>[1 2 3]