summaryrefslogtreecommitdiff
path: root/testdata/testinput1
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2014-11-05 15:08:03 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2014-11-05 15:08:03 +0000
commite2eeaf85f1b5d6c4669b621d309ff904cbf96f4b (patch)
tree14d4b9e8f1ea6a4bc004bc3e1195cd63d42dc6ef /testdata/testinput1
parent21e64c13421369da3dd66c031ff997ab8960860e (diff)
downloadpcre-e2eeaf85f1b5d6c4669b621d309ff904cbf96f4b.tar.gz
Fix bug when there are unset groups prior to (*ACCEPT) within a capturing
group. git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1510 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'testdata/testinput1')
-rw-r--r--testdata/testinput13
1 files changed, 3 insertions, 0 deletions
diff --git a/testdata/testinput1 b/testdata/testinput1
index 123e3d3..091e307 100644
--- a/testdata/testinput1
+++ b/testdata/testinput1
@@ -5720,4 +5720,7 @@ AbcdCBefgBhiBqz
/[\Q]a\E]+/
aa]]
+/(?:((abcd))|(((?:(?:(?:(?:abc|(?:abcdef))))b)abcdefghi)abc)|((*ACCEPT)))/
+ 1234abcd
+
/-- End of testinput1 --/