summaryrefslogtreecommitdiff
path: root/testdata/testinput18
diff options
context:
space:
mode:
authorph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2017-06-03 16:42:58 +0000
committerph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2017-06-03 16:42:58 +0000
commit4ed24ba49fc4a584c58509177e5a3ad6d1a000e4 (patch)
tree748e07e2456656493ddcb098b8b852d32b081d6b /testdata/testinput18
parent778799e8109592a370cc114c89b0f86c43af11f2 (diff)
downloadpcre2-4ed24ba49fc4a584c58509177e5a3ad6d1a000e4.tar.gz
Fix matching offsets from regexec() in the POSIX wrapper when called with
REG_STARTEND and a starting offset greater than zero. git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@818 6239d852-aaf2-0410-a92c-79f79f948069
Diffstat (limited to 'testdata/testinput18')
-rw-r--r--testdata/testinput1810
1 files changed, 10 insertions, 0 deletions
diff --git a/testdata/testinput18 b/testdata/testinput18
index 7fc9b12..ececc06 100644
--- a/testdata/testinput18
+++ b/testdata/testinput18
@@ -113,4 +113,14 @@
/(?=(a\K))/
a
+/^d(e)$/posix
+ acdef\=posix_startend=2:4
+ acde\=posix_startend=2
+\= Expect no match
+ acdef
+ acdef\=posix_startend=2
+
+/^a\x{00}b$/posix
+ a\x{00}b\=posix_startend=0:3
+
# End of testdata/testinput18