aboutsummaryrefslogtreecommitdiffstats
path: root/libtests/qtest
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2022-01-30 19:45:02 +0100
committerJay Berkenbilt <ejb@ql.org>2022-01-31 21:57:45 +0100
commit3b60224bae16f36e0b6caf13fe1e119b9fa1f6b1 (patch)
treeafdaac0f93751a9ec3d689ab08f18a34ca6f4679 /libtests/qtest
parentb74e7989c34e041e7a6461e00ae045045273ca51 (diff)
downloadqpdf-3b60224bae16f36e0b6caf13fe1e119b9fa1f6b1.tar.zst
JSONHandler: pass JSON object to array start function
Diffstat (limited to 'libtests/qtest')
-rw-r--r--libtests/qtest/json_handler/json_handler.out8
1 files changed, 7 insertions, 1 deletions
diff --git a/libtests/qtest/json_handler/json_handler.out b/libtests/qtest/json_handler/json_handler.out
index d9d99660..f076d4ee 100644
--- a/libtests/qtest/json_handler/json_handler.out
+++ b/libtests/qtest/json_handler/json_handler.out
@@ -25,7 +25,13 @@
"three": true,
"two": 3.14
}
-.five: json: array begin
+.five: json: [
+ "x",
+ false,
+ "y",
+ null,
+ true
+]
.five[0]: string: x
.five[1]: bool: false
.five[2]: string: y