From f8d1ab946205440ed3c44511ef42e5ad13fb9e5e Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Sun, 24 Jul 2022 16:17:03 -0400 Subject: JSON schema -- accept single item in place of array When the schema wants a variable-length array, allow a single item as well as allowing an array. --- libtests/libtests.testcov | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libtests/libtests.testcov') diff --git a/libtests/libtests.testcov b/libtests/libtests.testcov index 21def9f3..7f71d8e0 100644 --- a/libtests/libtests.testcov +++ b/libtests/libtests.testcov @@ -36,7 +36,6 @@ Pl_PNGFilter decodePaeth 0 Pl_TIFFPredictor processRow 1 JSON wanted dictionary 0 JSON key missing in object 0 -JSON wanted array 0 JSON schema array error 0 JSON key extra in object 0 QPDFArgParser read args from stdin 0 @@ -93,3 +92,4 @@ JSON 16 high high 0 JSON 16 low not after high 0 JSON 16 dangling high 0 JSON parse duplicate key 0 +JSON schema array for single item 0 -- cgit v1.2.3-54-g00ecf