Skip to content

Commit c407f14

Browse files
committed
passes
1 parent ec251df commit c407f14

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

test/data/test_comment_01.expected

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
.={}
22
// Comment for array
33
.test=[]
4+
// Comment within array
45
.test[0]={}
56
.test[0].a="aaa"
67
.test[1]={}

test/data/test_comment_01.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"test":
33
// Comment for array
44
[
5+
// Comment within array
56
{ "a" : "aaa" }, // Comment for a
67
{ "b" : "bbb" }, // Comment for b
78
{ "c" : "ccc" } // Comment for c

0 commit comments

Comments
 (0)