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:
parent
f4cfcd7699
commit
f4538fa53d
@ -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…
x
Reference in New Issue
Block a user