summaryrefslogtreecommitdiff
path: root/testdata/testinput1
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2013-03-06 16:50:38 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2013-03-06 16:50:38 +0000
commitf0141a1528c50759d29a37c73d54644271475ae9 (patch)
tree76cba6a5788094c989136f1d8c29e4f8e3e72e9f /testdata/testinput1
parent7ca800e8a6699f1095511e88ff7dc5f95098ea3a (diff)
downloadpcre-f0141a1528c50759d29a37c73d54644271475ae9.tar.gz
Confine PRUNE and SKIP to recursive subpattern calls, like COMMIT.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1271 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'testdata/testinput1')
-rw-r--r--testdata/testinput19
1 files changed, 9 insertions, 0 deletions
diff --git a/testdata/testinput1 b/testdata/testinput1
index e6d048a..9dd5072 100644
--- a/testdata/testinput1
+++ b/testdata/testinput1
@@ -5303,4 +5303,13 @@ name were given. ---/
"(?>.*?)foo"
abcdfooxyz
+/(?:(a(*PRUNE)b)){0}(?:(?1)|ac)/
+ ac
+
+/(?:(a(*SKIP)b)){0}(?:(?1)|ac)/
+ ac
+
+/(?:(a(*MARK:X)a+(*SKIP:X)b)){0}(?:(?1)|aac)/
+ aac
+
/-- End of testinput1 --/