diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/step1_read_print.mal | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/step1_read_print.mal b/tests/step1_read_print.mal index 43e7931..1714a56 100644 --- a/tests/step1_read_print.mal +++ b/tests/step1_read_print.mal @@ -56,6 +56,10 @@ abc-def (** 1 2) ;=>(** 1 2) +;; Test commas as whitespace +(1 2, 3,,,,),, +;=>(1 2 3) + ;; Testing read of vectors [+ 1 2] ;=>[+ 1 2] @@ -76,10 +80,6 @@ abc-def { "a" {"b" { "cde" 3 } }} ;=>{"a" {"b" {"cde" 3}}} -;; Test commas as whitespace -(1 2, 3,,,,),, -;=>(1 2 3) - ;; ;; Testing reader errors ;;; TODO: fix these so they fail correctly |
