summaryrefslogtreecommitdiff
path: root/testdata/testinput11
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2015-03-02 17:09:58 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2015-03-02 17:09:58 +0000
commitcdd0774e59b4bd58bbabe25c1b3580b66fac44c6 (patch)
treec9a573da4012f16e90c51f5f8949dbc0433d48a5 /testdata/testinput11
parent6b33cd6e7980da3bd28959392bcdc13316df4fe0 (diff)
downloadpcre-cdd0774e59b4bd58bbabe25c1b3580b66fac44c6.tar.gz
Fix bad compilation for patterns like /((?+1)(\1))/ with forward reference
subroutine and recursive back reference within the same group. git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1529 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'testdata/testinput11')
-rw-r--r--testdata/testinput112
1 files changed, 2 insertions, 0 deletions
diff --git a/testdata/testinput11 b/testdata/testinput11
index 7e8e542..65a4b03 100644
--- a/testdata/testinput11
+++ b/testdata/testinput11
@@ -134,4 +134,6 @@ is required for these tests. --/
/(((a\2)|(a*)\g<-1>))*a?/B
+/((?+1)(\1))/B
+
/-- End of testinput11 --/