From 5eb66d2b310f63f78e13307fe1ec9ba864e8283e Mon Sep 17 00:00:00 2001 From: Krzysztof Gabis Date: Wed, 7 Nov 2012 23:08:23 +0100 Subject: [PATCH] New test case. "object_empty" should ensure no more bugs in nget function. --- tests/test_2.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tests/test_2.txt b/tests/test_2.txt index 90d53c4..501fead 100644 --- a/tests/test_2.txt +++ b/tests/test_2.txt @@ -10,10 +10,11 @@ "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, "nested null" : null, "nested number" : 123, - "nested array" : ["lorem", "ipsum"] } -} \ No newline at end of file + "nested array" : ["lorem", "ipsum"] } +}