1
0
mirror of https://github.com/kgabis/parson.git synced 2025-01-28 06:32:55 +08:00

Small change in test files.

This commit is contained in:
Krzysztof Gabis 2015-06-22 23:55:26 +02:00
parent f4cfcd7699
commit f4538fa53d
3 changed files with 2 additions and 4 deletions

View File

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

View File

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

View File

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