summaryrefslogtreecommitdiffstats
path: root/tests/complex_dict_test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/complex_dict_test.sh')
-rwxr-xr-xtests/complex_dict_test.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/complex_dict_test.sh b/tests/complex_dict_test.sh
index da9621b..c3dd630 100755
--- a/tests/complex_dict_test.sh
+++ b/tests/complex_dict_test.sh
@@ -12,5 +12,6 @@
jdb_test_echo EchoDict 'a{si}' '{ "a": 1, "b": 2, "ff": 3, "y": 42, "x": 99, "foo": -42 }' &&
jdb_test_echo EchoDict 'a{si}' '{ "a": 1, "b": "2" }' null "integer value expected." &&
+jdb_test_echo EchoDict 'a{si}' '{ "a": 1, "b": null }' null "unexpected 'null' value in json object." &&
jdb_test_echo DictKeys 'a{si}' '{ "a": 1, "b": 2, "c": 55 }' '[ "a", "b", "c" ]'