aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/step1_read_print.mal4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/step1_read_print.mal b/tests/step1_read_print.mal
index 0c715de..7772de9 100644
--- a/tests/step1_read_print.mal
+++ b/tests/step1_read_print.mal
@@ -73,8 +73,8 @@ abc-def
;=>{"a" {"b" {"cde" 3}}}
;; Test commas as whitespace
-[1 2, 3,,,,],,
-;=>[1 2 3]
+(1 2, 3,,,,),,
+;=>(1 2 3)
;;
;; Testing reader errors