From e8e8f6f43c760523520dfe7a5c76d88c959599f6 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Mon, 17 Jan 2022 18:40:38 -0500 Subject: Add JSON::parse --- libtests/libtests.testcov | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) (limited to 'libtests/libtests.testcov') diff --git a/libtests/libtests.testcov b/libtests/libtests.testcov index 70aae578..5f36819a 100644 --- a/libtests/libtests.testcov +++ b/libtests/libtests.testcov @@ -61,3 +61,29 @@ QPDFArgParser duplicate option help 0 QPDFArgParser bad option for help 0 QPDFArgParser bad topic for help 0 QPDFArgParser invalid choice handler to unknown 0 +JSON parse junk after object 0 +JSON parse decimal with no digits 0 +JSON parse invalid keyword 0 +JSON parse expected colon 0 +JSON parse expected , or } 0 +JSON parse expected, or ] 0 +JSON parse string as dict key 0 +JSON parse unexpected } 0 +JSON parse unexpected ] 0 +JSON parse unexpected : 0 +JSON parse unexpected , 0 +JSON parse preature EOF 0 +JSON parse null character 0 +JSON parse bad character 0 +JSON parse point after e 0 +JSON parse duplicate point 0 +JSON parse duplicate e 0 +JSON parse unexpected sign 0 +JSON parse numeric bad character 0 +JSON parse keyword bad character 0 +JSON parse backslash bad character 0 +JSON parse unterminated string 0 +JSON parse leading zero 0 +JSON parse number no digits 0 +JSON parse premature end of u 0 +JSON parse bad hex after u 0 -- cgit v1.2.3-54-g00ecf