summaryrefslogtreecommitdiff
path: root/testdata/testinput6
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/testinput6
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/testinput6')
-rw-r--r--testdata/testinput66
1 files changed, 6 insertions, 0 deletions
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