summaryrefslogtreecommitdiff
path: root/testdata/testinput2
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/testinput2
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/testinput2')
-rw-r--r--testdata/testinput26
1 files changed, 6 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