summaryrefslogtreecommitdiff
path: root/testdata/testinput1
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2013-03-08 11:35:41 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2013-03-08 11:35:41 +0000
commitcc599c2b02de0a5969f826d4fe6a6ef0e491efa8 (patch)
treef1a53515c606c32dc88bc3cdc8f0051216819a11 /testdata/testinput1
parent94d0e3e2cf78cc2eee78fbb339ccff197035c4cb (diff)
downloadpcre-cc599c2b02de0a5969f826d4fe6a6ef0e491efa8.tar.gz
Fix the case where there are two or more SKIPs that may have to be ignored.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1274 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'testdata/testinput1')
-rw-r--r--testdata/testinput112
1 files changed, 12 insertions, 0 deletions
diff --git a/testdata/testinput1 b/testdata/testinput1
index 6e19ca6..dcecc6a 100644
--- a/testdata/testinput1
+++ b/testdata/testinput1
@@ -5315,4 +5315,16 @@ name were given. ---/
/(?<=(*SKIP)ac)a/
aa
+/A(*MARK:A)A+(*SKIP:B)(B|Z) | AC/xK
+ AAAC
+
+/a(*SKIP:m)x|ac(*:n)(*SKIP:n)d|ac/K
+ acacd
+
+/A(*SKIP:m)x|A(*SKIP:n)x|AB/K
+ AB
+
+/((*SKIP:r)d){0}a(*SKIP:m)x|ac(*:n)|ac/K
+ acacd
+
/-- End of testinput1 --/