From 70ea599b6e0787102f12cd543dcd65a2eb3751d5 Mon Sep 17 00:00:00 2001 From: Joel Martin Date: Sat, 4 Oct 2014 21:49:26 -0500 Subject: go: step1_read_print print working. --- tests/step1_read_print.mal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests') 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 -- cgit v1.2.3