aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChouser <chouser@n01se.net>2015-02-16 18:43:51 -0500
committerChouser <chouser@n01se.net>2015-02-21 13:16:34 -0500
commitf6a4ddf758e610ce65b7506edb51a4335b142327 (patch)
tree09175c747a117af152dd55c59566077c77b7018e
parent2ffb2af827faf4df00a93761b9e4f5948738d63f (diff)
downloadmal-f6a4ddf758e610ce65b7506edb51a4335b142327.tar.gz
mal-f6a4ddf758e610ce65b7506edb51a4335b142327.zip
test step1: Add input for existing output case
-rw-r--r--tests/step1_read_print.mal1
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