test-data for #103

passes
This commit is contained in:
Christopher Dunn 2015-01-20 15:16:44 -06:00
parent ec251df6b7
commit c407f1407f
2 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,7 @@
.={}
// Comment for array
.test=[]
// Comment within array
.test[0]={}
.test[0].a="aaa"
.test[1]={}

View File

@ -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