Skip to content

Commit 25a903d

Browse files
authored
cleanup tests (#69)
1 parent c18006d commit 25a903d

File tree

7 files changed

+13
-14
lines changed

7 files changed

+13
-14
lines changed

assets/comments2/root_result.hjson

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
// a object with the root braces omitted
2-
database:
31
{
4-
host: 127.0.0.1
5-
port: 555
2+
// a object with the root braces omitted
3+
database: {
4+
host: 127.0.0.1
5+
port: 555
6+
}
67
}

assets/comments3/root_result.hjson

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
// a object with the root braces omitted
2-
database:
31
{
2+
// a object with the root braces omitted
3+
database: {
44
host: 127.0.0.1
55
port: 555
6+
}
67
}

assets/failJSON24_test.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

assets/root_result.hjson

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
2-
database:
3-
{
2+
database: {
43
host: 127.0.0.1
54
port: 555
65
}

assets/root_test.hjson

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
// a object with the root braces omitted
2-
database:
3-
{
2+
database: {
43
host: 127.0.0.1
54
port: 555
65
}

assets/sorted/root_result.hjson

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
2-
database:
3-
{
2+
database: {
43
host: 127.0.0.1
54
port: 555
65
}

assets/testlist.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
charset2_test.hjson
22
charset_test.hjson
3-
comments_test.hjson
43
comments2_test.hjson
54
comments3_test.hjson
65
comments4_test.hjson
76
comments5_test.hjson
87
comments6_test.hjson
98
comments7_test.hjson
9+
comments_test.hjson
1010
empty_test.hjson
1111
failCharset1_test.hjson
1212
failJSON02_test.json
@@ -83,6 +83,7 @@ pass4_test.json
8383
pass5_test.hjson
8484
pass6_test.hjson
8585
passSingle_test.hjson
86+
root_test.hjson
8687
stringify1_test.hjson
8788
strings2_test.hjson
8889
strings3_test.hjson

0 commit comments

Comments
 (0)