New test case.

"object_empty" should  ensure no more bugs in nget function.
pull/2/merge
Krzysztof Gabis 12 years ago
parent f7f11572c9
commit 5eb66d2b31
  1. 1
      tests/test_2.txt

@ -10,6 +10,7 @@
"null" : null,
"string array" : ["lorem", "ipsum"],
"x^2 array" : [0, 1, 4, 9, 16, 25, 36, 49, 64, 81, 100],
"object_empty" : { },
"object" : { "nested string" : "str",
"nested true" : true,
"nested false" : false,

Loading…
Cancel
Save