summaryrefslogtreecommitdiff
path: root/testdata/testinput11
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2010-06-15 17:20:55 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2010-06-15 17:20:55 +0000
commit0b7e881ffab59316d7fdef968feea28718f94d71 (patch)
treec4ab73a098506194a6b59219230b7c107b648876 /testdata/testinput11
parent0cf340fbea16a8cc18935f2b02367a660f910474 (diff)
downloadpcre-0b7e881ffab59316d7fdef968feea28718f94d71.tar.gz
Fix forward reference in the presence of (?#( (open parens in comment).
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@544 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'testdata/testinput11')
-rw-r--r--testdata/testinput115
1 files changed, 5 insertions, 0 deletions
diff --git a/testdata/testinput11 b/testdata/testinput11
index c074176..795e1be 100644
--- a/testdata/testinput11
+++ b/testdata/testinput11
@@ -478,4 +478,9 @@ however, we need the complication for Perl. ---/
/(\w+)b(*COMMIT)\w{2}/
abbb
+/--- Check opening parens in comment when seeking forward reference. ---/
+
+/(?&t)(?#()(?(DEFINE)(?<t>a))/
+ bac
+
/-- End of testinput11 --/