summaryrefslogtreecommitdiff
path: root/testdata/testinput11
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2011-06-28 15:58:34 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2011-06-28 15:58:34 +0000
commitdcf7244871a4a0120a8e7b899ad33e5a40c69ee5 (patch)
tree4a23c313714cb063b157390606ad869b468ac00d /testdata/testinput11
parent909f443317bb22d7e04cfb7348629a03ae639b08 (diff)
downloadpcre-dcf7244871a4a0120a8e7b899ad33e5a40c69ee5.tar.gz
Fixed newly introduced bug for patterns like /(?:(b))++/, where the capturing
was happening, but not setting the correct return code. git-svn-id: svn://vcs.exim.org/pcre/code/trunk@610 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'testdata/testinput11')
-rw-r--r--testdata/testinput113
1 files changed, 3 insertions, 0 deletions
diff --git a/testdata/testinput11 b/testdata/testinput11
index 374d19c..9631eb8 100644
--- a/testdata/testinput11
+++ b/testdata/testinput11
@@ -623,4 +623,7 @@ however, we need the complication for Perl. ---/
/\A.*?(?:a|bc|d)/
ba
+/(?:(b))++/
+ beetle
+
/-- End of testinput11 --/