summaryrefslogtreecommitdiff
path: root/testdata/testoutput1
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/testoutput1
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/testoutput1')
-rw-r--r--testdata/testoutput112
1 files changed, 12 insertions, 0 deletions
diff --git a/testdata/testoutput1 b/testdata/testoutput1
index 16c91d2..05b310b 100644
--- a/testdata/testoutput1
+++ b/testdata/testoutput1
@@ -10176,4 +10176,16 @@ No match
word
0: word
+/a{1,2,3}b/
+ a{1,2,3}b
+ 0: a{1,2,3}b
+
+/\214748364/
+ >\x{8c}748364<
+ 0: \x8c748364
+
+/a{65536/
+ >a{65536<
+ 0: a{65536
+
# End of testinput1