summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2013-03-17 17:16:57 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2013-03-17 17:16:57 +0000
commitdeba278c844b4510b07e6ea9e64530d05b88fe38 (patch)
tree07404aa07bdee0d6d97974d6970803cb2c5a2527
parentd87a4298d0019e7a31506fa67e1537c7f4c442a1 (diff)
downloadpcre-deba278c844b4510b07e6ea9e64530d05b88fe38.tar.gz
Another backtracking test.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1294 2f5784b3-3f2a-0410-8824-cb99058d5e15
-rw-r--r--testdata/testinput13
-rw-r--r--testdata/testoutput14
2 files changed, 7 insertions, 0 deletions
diff --git a/testdata/testinput1 b/testdata/testinput1
index bdbdd84..f643bbb 100644
--- a/testdata/testinput1
+++ b/testdata/testinput1
@@ -5439,4 +5439,7 @@ backtracked onto, whether or not it has a label. --/
/aaa(*MARK:A)a(*SKIP:A)b|a+c/
aaaac
+/a(*:m)a(*COMMIT)(*SKIP:m)b|a+c/K
+ aaaaaac
+
/-- End of testinput1 --/
diff --git a/testdata/testoutput1 b/testdata/testoutput1
index 7d5ca8a..ae10a64 100644
--- a/testdata/testoutput1
+++ b/testdata/testoutput1
@@ -8963,4 +8963,8 @@ No match
aaaac
0: ac
+/a(*:m)a(*COMMIT)(*SKIP:m)b|a+c/K
+ aaaaaac
+ 0: ac
+
/-- End of testinput1 --/