summaryrefslogtreecommitdiff
path: root/testdata/testinput11
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2011-07-22 10:00:10 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2011-07-22 10:00:10 +0000
commitbb65c65e877ce6304c601a4b2a2de1b02df458ad (patch)
treefb55955f5a77cb4c256b2b7c27188262cefc01c5 /testdata/testinput11
parent9d81b5c355dfc5a992ef852bf5cec778bee502fe (diff)
downloadpcre-bb65c65e877ce6304c601a4b2a2de1b02df458ad.tar.gz
Make (*MARK) work in positive assertions.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@630 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'testdata/testinput11')
-rw-r--r--testdata/testinput116
1 files changed, 6 insertions, 0 deletions
diff --git a/testdata/testinput11 b/testdata/testinput11
index 691bb00..dab7580 100644
--- a/testdata/testinput11
+++ b/testdata/testinput11
@@ -639,4 +639,10 @@ however, we need the complication for Perl. ---/
/^(a)(?1)++ab/
aaaab
+/^(?=a(*:M))aZ/K
+ aZbc
+
+/^(?!(*:M)b)aZ/K
+ aZbc
+
/-- End of testinput11 --/