Small change in test files.

pull/35/head
Krzysztof Gabis 9 years ago
parent f4cfcd7699
commit f4538fa53d
  1. 1
      tests/test_2.txt
  2. 4
      tests/test_2_comments.txt
  3. 1
      tests/test_2_pretty.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,

@ -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,

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

Loading…
Cancel
Save