aboutsummaryrefslogtreecommitdiffstats
path: root/libtests/libtests.testcov
diff options
context:
space:
mode:
authorJay Berkenbilt <jberkenbilt@users.noreply.github.com>2023-02-18 23:43:02 +0100
committerGitHub <noreply@github.com>2023-02-18 23:43:02 +0100
commite4e03e9ac10d8ea0c1a8ef8c78f0103068928822 (patch)
treeaf59791cbe95f318581878ebc7d4b95fd8b20be3 /libtests/libtests.testcov
parent76189c44a2f656e6623a7d36519e406d488a9ee5 (diff)
parentb6f048546f7ffdd228bd9360c647b3064dfa1bf3 (diff)
downloadqpdf-e4e03e9ac10d8ea0c1a8ef8c78f0103068928822.tar.zst
Merge pull request #890 from m-holger/jpsp
Eliminate the use of shared pointers in JSONParser
Diffstat (limited to 'libtests/libtests.testcov')
-rw-r--r--libtests/libtests.testcov8
1 files changed, 4 insertions, 4 deletions
diff --git a/libtests/libtests.testcov b/libtests/libtests.testcov
index 2ceef541..5e5c2e00 100644
--- a/libtests/libtests.testcov
+++ b/libtests/libtests.testcov
@@ -58,7 +58,6 @@ 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
@@ -76,12 +75,13 @@ JSON parse duplicate point 0
JSON parse duplicate e 0
JSON parse unexpected sign 0
JSON parse numeric bad character 0
+JSON parse number minus no digits 0
+JSON parse incomplete number 0
JSON parse keyword bad character 0
JSON parse backslash bad character 0
-JSON parse unterminated string 0
+JSON parse control char in string 0
JSON parse leading zero 0
-JSON parse number no digits 0
-JSON parse premature end of u 0
+JSON parse ls premature end of input 0
JSON parse bad hex after u 0
JSONHandler unhandled value 0
JSONHandler unexpected key 0