From f6a4ddf758e610ce65b7506edb51a4335b142327 Mon Sep 17 00:00:00 2001 From: Chouser Date: Mon, 16 Feb 2015 18:43:51 -0500 Subject: test step1: Add input for existing output case --- tests/step1_read_print.mal | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3