From c407f1407f349191dbdeb1973bd5b4858aba2238 Mon Sep 17 00:00:00 2001 From: Christopher Dunn Date: Tue, 20 Jan 2015 15:16:44 -0600 Subject: [PATCH] test-data for #103 passes --- test/data/test_comment_01.expected | 1 + test/data/test_comment_01.json | 1 + 2 files changed, 2 insertions(+) diff --git a/test/data/test_comment_01.expected b/test/data/test_comment_01.expected index d8548d1..1ed01ba 100644 --- a/test/data/test_comment_01.expected +++ b/test/data/test_comment_01.expected @@ -1,6 +1,7 @@ .={} // Comment for array .test=[] +// Comment within array .test[0]={} .test[0].a="aaa" .test[1]={} diff --git a/test/data/test_comment_01.json b/test/data/test_comment_01.json index db7c6a4..6defe40 100644 --- a/test/data/test_comment_01.json +++ b/test/data/test_comment_01.json @@ -2,6 +2,7 @@ "test": // Comment for array [ + // Comment within array { "a" : "aaa" }, // Comment for a { "b" : "bbb" }, // Comment for b { "c" : "ccc" } // Comment for c