aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJoel Martin <github@martintribe.org>2014-10-04 21:49:26 -0500
committerJoel Martin <github@martintribe.org>2014-10-04 21:49:26 -0500
commit70ea599b6e0787102f12cd543dcd65a2eb3751d5 (patch)
tree81e43e09ed4f56f9290cc765e0f57dd35de02a5d /tests
parent45e1db6afbb0c63b1cd5d17e0996d7929803f37b (diff)
downloadmal-70ea599b6e0787102f12cd543dcd65a2eb3751d5.tar.gz
mal-70ea599b6e0787102f12cd543dcd65a2eb3751d5.zip
go: step1_read_print print working.
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