diff options
| -rw-r--r-- | tests/step1_read_print.mal | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/step1_read_print.mal b/tests/step1_read_print.mal index 8172479..985b5fb 100644 --- a/tests/step1_read_print.mal +++ b/tests/step1_read_print.mal @@ -116,6 +116,7 @@ abc-def ;=>{"a" {"b" {"c" 3}}} { "a" {"b" { "cde" 3 } }} ;=>{"a" {"b" {"cde" 3}}} +{ :a {:b { :cde 3 } }} ;=>{:a {:b {:cde 3}}} ;; Testing read of comments |
