summaryrefslogtreecommitdiff
path: root/testdata/testinput11
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2009-10-04 09:21:39 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2009-10-04 09:21:39 +0000
commitff6ca31f93c0b34a945871afc954a0aa54800137 (patch)
tree9f44d2b7a8367d7b81c7f31670b36b9d696bb8b4 /testdata/testinput11
parentc0aaf57a170aff4923dab5442eb87ad8b09d6c58 (diff)
downloadpcre-ff6ca31f93c0b34a945871afc954a0aa54800137.tar.gz
Fix problems with conditional references to duplicate named subpatterns.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@459 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'testdata/testinput11')
-rw-r--r--testdata/testinput116
1 files changed, 6 insertions, 0 deletions
diff --git a/testdata/testinput11 b/testdata/testinput11
index 7286c3d..936bdb1 100644
--- a/testdata/testinput11
+++ b/testdata/testinput11
@@ -297,4 +297,10 @@
defdef
abcdef
+/(?:a(?<quote> (?<apostrophe>')|(?<realquote>")) |b(?<quote> (?<apostrophe>')|(?<realquote>")) ) (?('quote')[a-z]+|[0-9]+)/xJ
+ a\"aaaaa
+ b\"aaaaa
+ ** Failers
+ b\"11111
+
/-- End of testinput11 --/