summaryrefslogtreecommitdiff
path: root/testdata
diff options
context:
space:
mode:
authorph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2019-07-22 16:30:44 +0000
committerph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2019-07-22 16:30:44 +0000
commit925a5f766203a9cea8ec690627608111331f4dd7 (patch)
tree2be3053d6a43a3c8b4234c4735472fb5e33ceeb9 /testdata
parent1c9d6e3bdfcff6563a3f37b547fd702ece2016c8 (diff)
downloadpcre2-925a5f766203a9cea8ec690627608111331f4dd7.tar.gz
More partial match tweaks.
git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@1142 6239d852-aaf2-0410-a92c-79f79f948069
Diffstat (limited to 'testdata')
-rw-r--r--testdata/testinput26
-rw-r--r--testdata/testinput66
-rw-r--r--testdata/testoutput28
-rw-r--r--testdata/testoutput68
4 files changed, 28 insertions, 0 deletions
diff --git a/testdata/testinput2 b/testdata/testinput2
index 1ecc3fd..aad9f1d 100644
--- a/testdata/testinput2
+++ b/testdata/testinput2
@@ -5719,4 +5719,10 @@ a)"xI
abc\n\=ph,no_jit
abc\n\=ps
+/(?![ab]).*/
+ ab\=ph,no_jit
+
+/c*+/
+ ab\=ph,offset=2,no_jit
+
# End of testinput2
diff --git a/testdata/testinput6 b/testdata/testinput6
index e53efc7..0ca0d23 100644
--- a/testdata/testinput6
+++ b/testdata/testinput6
@@ -5020,4 +5020,10 @@
bxyz
xyz
+/(?![ab]).*/
+ ab\=ph
+
+/c*+/
+ ab\=ph,offset=2
+
# End of testinput6
diff --git a/testdata/testoutput2 b/testdata/testoutput2
index 2849f06..b23b7d9 100644
--- a/testdata/testoutput2
+++ b/testdata/testoutput2
@@ -17231,6 +17231,14 @@ Partial match: \x0a
abc\n\=ps
0:
+/(?![ab]).*/
+ ab\=ph,no_jit
+Partial match:
+
+/c*+/
+ ab\=ph,offset=2,no_jit
+Partial match:
+
# End of testinput2
Error -70: PCRE2_ERROR_BADDATA (unknown error number)
Error -62: bad serialized data
diff --git a/testdata/testoutput6 b/testdata/testoutput6
index 655f885..607b572 100644
--- a/testdata/testoutput6
+++ b/testdata/testoutput6
@@ -7887,4 +7887,12 @@ Partial match:
xyz
0:
+/(?![ab]).*/
+ ab\=ph
+Partial match:
+
+/c*+/
+ ab\=ph,offset=2
+Partial match:
+
# End of testinput6