aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/step1_read_print.mal2
-rw-r--r--tests/step2_eval.mal3
2 files changed, 5 insertions, 0 deletions
diff --git a/tests/step1_read_print.mal b/tests/step1_read_print.mal
index 4ac08cb..8172479 100644
--- a/tests/step1_read_print.mal
+++ b/tests/step1_read_print.mal
@@ -40,6 +40,8 @@ abc-def
;=>"abc\"def"
;;;"abc\ndef"
;;;;=>"abc\ndef"
+""
+;=>""
;; Testing read of lists
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.*