diff --git a/tests/test_2.txt b/tests/test_2.txt index 0be6f56..f743581 100644 --- a/tests/test_2.txt +++ b/tests/test_2.txt @@ -12,7 +12,6 @@ "null" : null, "string array" : ["lorem", "ipsum"], "x^2 array" : [0, 1, 4, 9, 16, 25, 36, 49, 64, 81, 100], - "object_empty" : { }, "/*" : null, "object" : { "nested string" : "str", "nested true" : true, diff --git a/tests/test_2_comments.txt b/tests/test_2_comments.txt index 14e16f6..f275e15 100644 --- a/tests/test_2_comments.txt +++ b/tests/test_2_comments.txt @@ -18,8 +18,8 @@ "null" : null, "string array" : ["lorem",/*in array*/"ipsum"], "x^2 array" : [0, 1, 4, 9, 16, 25, 36, 49, 64, 81, 100], -/* "x^2 array" : [0, 1, 4, 9, 16, 25, 36, 49, 64, 81, 100], -*/ "object_empty" : { }, +/* "x^2 array" : [], +*/ "/*" : null, "object" : { "nested string" : "str", "nested true" : /* lorem ipsum */ true, diff --git a/tests/test_2_pretty.txt b/tests/test_2_pretty.txt index 2897472..829d38d 100644 --- a/tests/test_2_pretty.txt +++ b/tests/test_2_pretty.txt @@ -27,7 +27,6 @@ 81, 100 ], - "object_empty": {}, "/*": null, "object": { "nested string": "str",