summaryrefslogtreecommitdiff
path: root/testdata/testoutput9
diff options
context:
space:
mode:
authorph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2021-02-01 17:56:12 +0000
committerph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2021-02-01 17:56:12 +0000
commitca896b83b391bf6de7a7bf6e76da3bb02eb7001f (patch)
tree6bc9cef5b2712f45b2d329cbe68ada2035128ff3 /testdata/testoutput9
parentd20ab1e7506ac54acb96f1f975f68d270687e706 (diff)
downloadpcre2-ca896b83b391bf6de7a7bf6e76da3bb02eb7001f.tar.gz
Fix some numerical checking bugs, Bugzilla 2690.
git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@1295 6239d852-aaf2-0410-a92c-79f79f948069
Diffstat (limited to 'testdata/testoutput9')
-rw-r--r--testdata/testoutput94
1 files changed, 4 insertions, 0 deletions
diff --git a/testdata/testoutput9 b/testdata/testoutput9
index f98f276..1ec4317 100644
--- a/testdata/testoutput9
+++ b/testdata/testoutput9
@@ -367,4 +367,8 @@ Failed: error 134 at offset 14: character code point value in \x{} or \o{} is to
/(*:*++++++++++++''''''''''''''''''''+''+++'+++x+++++++++++++++++++++++++++++++++++(++++++++++++++++++++:++++++%++:''''''''''''''''''''''''+++++++++++++++++++++++++++++++++++++++++++++++++++++-++++++++k+++++++''''+++'+++++++++++++++++++++++''''++++++++++++':ƿ)/
Failed: error 176 at offset 259: name is too long in (*MARK), (*PRUNE), (*SKIP), or (*THEN)
+/(?i:A{1,}\6666666666)/
+Failed: error 151 at offset 13: octal value is greater than \377 in 8-bit non-UTF-8 mode
+ A\x{1b6}6666666
+
# End of testinput9