Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions assets/comments2/root_result.hjson
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// a object with the root braces omitted
database:
{
host: 127.0.0.1
port: 555
// a object with the root braces omitted
database: {
host: 127.0.0.1
port: 555
}
}
5 changes: 3 additions & 2 deletions assets/comments3/root_result.hjson
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// a object with the root braces omitted
database:
{
// a object with the root braces omitted
database: {
host: 127.0.0.1
port: 555
}
}
1 change: 0 additions & 1 deletion assets/failJSON24_test.json

This file was deleted.

3 changes: 1 addition & 2 deletions assets/root_result.hjson
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
database:
{
database: {
host: 127.0.0.1
port: 555
}
Expand Down
3 changes: 1 addition & 2 deletions assets/root_test.hjson
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
// a object with the root braces omitted
database:
{
database: {
host: 127.0.0.1
port: 555
}
3 changes: 1 addition & 2 deletions assets/sorted/root_result.hjson
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
database:
{
database: {
host: 127.0.0.1
port: 555
}
Expand Down
3 changes: 2 additions & 1 deletion assets/testlist.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
charset2_test.hjson
charset_test.hjson
comments_test.hjson
comments2_test.hjson
comments3_test.hjson
comments4_test.hjson
comments5_test.hjson
comments6_test.hjson
comments7_test.hjson
comments_test.hjson
empty_test.hjson
failCharset1_test.hjson
failJSON02_test.json
Expand Down Expand Up @@ -83,6 +83,7 @@ pass4_test.json
pass5_test.hjson
pass6_test.hjson
passSingle_test.hjson
root_test.hjson
stringify1_test.hjson
strings2_test.hjson
strings3_test.hjson
Expand Down
Loading