summaryrefslogtreecommitdiff
path: root/testdata/testinput5
diff options
context:
space:
mode:
authorph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2018-10-03 15:41:47 +0000
committerph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2018-10-03 15:41:47 +0000
commitf604951a6b43eed352fbf4a4e2981fca2796c934 (patch)
treead222e3e20e995c70e4eff10bd0b235116f47e67 /testdata/testinput5
parent3899f6557728000c2cfd428cddc597e377baddc2 (diff)
downloadpcre2-f604951a6b43eed352fbf4a4e2981fca2796c934.tar.gz
Fix bugs of omission in new script run code.
git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@1020 6239d852-aaf2-0410-a92c-79f79f948069
Diffstat (limited to 'testdata/testinput5')
-rw-r--r--testdata/testinput55
1 files changed, 5 insertions, 0 deletions
diff --git a/testdata/testinput5 b/testdata/testinput5
index 9730e0b..d559324 100644
--- a/testdata/testinput5
+++ b/testdata/testinput5
@@ -2116,6 +2116,11 @@
/^(*sr:\x{2e80}*)\x{2e80}/B,utf
+/(?<!)(*sr:)/B
+
+/(?<=abc(?=X(*sr:BXY)CCC)XBXYCCC)./B
+ abcXBXYCCC!
+
# Some script run patterns are broken in Perl 5.28.0. These can be moved into
# test 4 when a mended version of Perl is released.