mirror of
https://github.com/kgabis/parson.git
synced 2025-02-05 17:05:29 +00:00
Small change in test files.
This commit is contained in:
parent
f4cfcd7699
commit
f4538fa53d
@ -12,7 +12,6 @@
|
|||||||
"null" : null,
|
"null" : null,
|
||||||
"string array" : ["lorem", "ipsum"],
|
"string array" : ["lorem", "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" : { },
|
|
||||||
"/*" : null,
|
"/*" : null,
|
||||||
"object" : { "nested string" : "str",
|
"object" : { "nested string" : "str",
|
||||||
"nested true" : true,
|
"nested true" : true,
|
||||||
|
@ -18,8 +18,8 @@
|
|||||||
"null" : null,
|
"null" : null,
|
||||||
"string array" : ["lorem",/*in array*/"ipsum"],
|
"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],
|
||||||
/* "x^2 array" : [0, 1, 4, 9, 16, 25, 36, 49, 64, 81, 100],
|
/* "x^2 array" : [],
|
||||||
*/ "object_empty" : { },
|
*/
|
||||||
"/*" : null,
|
"/*" : null,
|
||||||
"object" : { "nested string" : "str",
|
"object" : { "nested string" : "str",
|
||||||
"nested true" : /* lorem ipsum */ true,
|
"nested true" : /* lorem ipsum */ true,
|
||||||
|
@ -27,7 +27,6 @@
|
|||||||
81,
|
81,
|
||||||
100
|
100
|
||||||
],
|
],
|
||||||
"object_empty": {},
|
|
||||||
"/*": null,
|
"/*": null,
|
||||||
"object": {
|
"object": {
|
||||||
"nested string": "str",
|
"nested string": "str",
|
||||||
|
Loading…
Reference in New Issue
Block a user