diff options
| -rw-r--r-- | tests/test-03.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/test-03.c b/tests/test-03.c index 129f4c5..cd146bb 100644 --- a/tests/test-03.c +++ b/tests/test-03.c @@ -5,6 +5,9 @@ static const gchar *test_objects[] = { "{ }", + "{ \"test\" : 42 }", + "{ \"foo\" : \"bar\", \"baz\" : null }", + "{ \"array\" : [ false, \"foo\" ], \"test\" : { \"foo\" : true } }" }; static guint n_test_objects = G_N_ELEMENTS (test_objects); |
