aboutsummaryrefslogtreecommitdiffstats
path: root/libtests/qtest/json_handler/json_handler.out
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2024-01-10 02:28:28 +0100
committerJay Berkenbilt <ejb@ql.org>2024-01-11 12:13:57 +0100
commit7de0b3f3c083990842523112959f8e27a0d2e5a0 (patch)
treee4bba51e3129c2a1b558b6a1cce0e2cf4e4c6974 /libtests/qtest/json_handler/json_handler.out
parent12f7a4461b18b4be94002fa0043fd0e98e80a274 (diff)
downloadqpdf-7de0b3f3c083990842523112959f8e27a0d2e5a0.tar.zst
JSONHandler: add fallback handler support
Diffstat (limited to 'libtests/qtest/json_handler/json_handler.out')
-rw-r--r--libtests/qtest/json_handler/json_handler.out6
1 files changed, 6 insertions, 0 deletions
diff --git a/libtests/qtest/json_handler/json_handler.out b/libtests/qtest/json_handler/json_handler.out
index f076d4ee..4f340b85 100644
--- a/libtests/qtest/json_handler/json_handler.out
+++ b/libtests/qtest/json_handler/json_handler.out
@@ -63,6 +63,12 @@
.three: bool: true
.two: number: 3.14
.: json: dict end
+-- fallback --
+.: json: {
+ "five": "not-array"
+}
+.five: string: not-array
+.: json: dict end
-- errors --
bad type at top: JSON handler: value at . is not of expected type
.: json: {