diff options
| author | Joel Martin <github@martintribe.org> | 2014-10-04 21:49:26 -0500 |
|---|---|---|
| committer | Joel Martin <github@martintribe.org> | 2014-10-04 21:49:26 -0500 |
| commit | 70ea599b6e0787102f12cd543dcd65a2eb3751d5 (patch) | |
| tree | 81e43e09ed4f56f9290cc765e0f57dd35de02a5d /tests | |
| parent | 45e1db6afbb0c63b1cd5d17e0996d7929803f37b (diff) | |
| download | mal-70ea599b6e0787102f12cd543dcd65a2eb3751d5.tar.gz mal-70ea599b6e0787102f12cd543dcd65a2eb3751d5.zip | |
go: step1_read_print print working.
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/step1_read_print.mal | 4 |
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 |
