Ver código fonte

Small change in test files.

Krzysztof Gabis 11 anos atrás
pai
commit
f4538fa53d
3 arquivos alterados com 2 adições e 4 exclusões
  1. 0 1
      tests/test_2.txt
  2. 2 2
      tests/test_2_comments.txt
  3. 0 1
      tests/test_2_pretty.txt

+ 0 - 1
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, 

+ 2 - 2
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, 

+ 0 - 1
tests/test_2_pretty.txt

@@ -27,7 +27,6 @@
         81,
         100
     ],
-    "object_empty": {},
     "/*": null,
     "object": {
         "nested string": "str",