Skip to content

Commit 468564b

Browse files
committed
More eol changes.
1 parent dc0f736 commit 468564b

17 files changed

Lines changed: 35 additions & 35 deletions

test/data/fail_test_array_01.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
[ 1 2 3]
1+
[ 1 2 3]

test/data/test_comment_01.expected

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
.={}
2-
.test=[]
3-
.test[0]={}
4-
.test[0].a="aaa"
5-
.test[1]={}
6-
.test[1].b="bbb"
7-
.test[2]={}
8-
.test[2].c="ccc"
1+
.={}
2+
.test=[]
3+
.test[0]={}
4+
.test[0].a="aaa"
5+
.test[1]={}
6+
.test[1].b="bbb"
7+
.test[2]={}
8+
.test[2].c="ccc"

test/data/test_comment_01.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
{
2-
"test":
3-
[
4-
{ "a" : "aaa" }, // Comment for a
5-
{ "b" : "bbb" }, // Comment for b
6-
{ "c" : "ccc" } // Comment for c
7-
]
8-
}
1+
{
2+
"test":
3+
[
4+
{ "a" : "aaa" }, // Comment for a
5+
{ "b" : "bbb" }, // Comment for b
6+
{ "c" : "ccc" } // Comment for c
7+
]
8+
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
.=9223372036854775808
1+
.=9223372036854775808
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
9223372036854775808
2-
1+
9223372036854775808
2+
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
.=-9223372036854775808
1+
.=-9223372036854775808
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
-9223372036854775808
2-
1+
-9223372036854775808
2+
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
.=18446744073709551615
1+
.=18446744073709551615
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
18446744073709551615
2-
1+
18446744073709551615
2+

test/data/test_string_01.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
"!\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{|}~"
1+
"!\"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`abcdefghijklmnopqrstuvwxyz{|}~"

0 commit comments

Comments
 (0)