aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/step1_read_print.mal4
-rw-r--r--tests/step9_try.mal (renamed from tests/stepA_more.mal)0
2 files changed, 4 insertions, 0 deletions
diff --git a/tests/step1_read_print.mal b/tests/step1_read_print.mal
index 2b7c269..43e7931 100644
--- a/tests/step1_read_print.mal
+++ b/tests/step1_read_print.mal
@@ -51,6 +51,10 @@ abc-def
;=>(+ 1 (+ 2 3))
( + 1 (+ 2 3 ) )
;=>(+ 1 (+ 2 3))
+(* 1 2)
+;=>(* 1 2)
+(** 1 2)
+;=>(** 1 2)
;; Testing read of vectors
[+ 1 2]
diff --git a/tests/stepA_more.mal b/tests/step9_try.mal
index 7b7dac5..7b7dac5 100644
--- a/tests/stepA_more.mal
+++ b/tests/step9_try.mal