test-data for #103
passes
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