From 7de0b3f3c083990842523112959f8e27a0d2e5a0 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Tue, 9 Jan 2024 20:28:28 -0500 Subject: JSONHandler: add fallback handler support --- libtests/qtest/json_handler/json_handler.out | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'libtests/qtest/json_handler/json_handler.out') 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: { -- cgit v1.2.3-54-g00ecf