summaryrefslogtreecommitdiff
path: root/testdata/testinput1
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2013-03-15 15:54:54 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2013-03-15 15:54:54 +0000
commit28009526777d89ff129ab8557c8a252e499a2bd8 (patch)
tree80a7dca333b3a8d349847b206bf49153df2335bf /testdata/testinput1
parentd6ff855b1aa5295d0bd03871265d76ae4adec3b0 (diff)
downloadpcre-28009526777d89ff129ab8557c8a252e499a2bd8.tar.gz
Document SKIP looks only for MARK: add tests to confirm.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1287 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'testdata/testinput1')
-rw-r--r--testdata/testinput114
1 files changed, 14 insertions, 0 deletions
diff --git a/testdata/testinput1 b/testdata/testinput1
index 7615ce8..bdbdd84 100644
--- a/testdata/testinput1
+++ b/testdata/testinput1
@@ -5412,6 +5412,8 @@ backtracked onto, whether or not it has a label. --/
/aaaaa(*COMMIT)(*THEN)b|a+c/
aaaaaac
+
+/-- End of "priority" tests --/
/aaaaa(*:m)(*PRUNE:m)(*SKIP:m)m|a+/
aaaaaa
@@ -5425,4 +5427,16 @@ backtracked onto, whether or not it has a label. --/
/aaaaa(*:n)(*MARK:m)(*PRUNE)(*SKIP:m)m|a+/
aaaaaa
+/a(*MARK:A)aa(*PRUNE:A)a(*SKIP:A)b|a+c/
+ aaaac
+
+/a(*MARK:A)aa(*MARK:A)a(*SKIP:A)b|a+c/
+ aaaac
+
+/aaa(*PRUNE:A)a(*SKIP:A)b|a+c/
+ aaaac
+
+/aaa(*MARK:A)a(*SKIP:A)b|a+c/
+ aaaac
+
/-- End of testinput1 --/