summaryrefslogtreecommitdiff
path: root/testdata/testinput1
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2013-10-06 18:33:56 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2013-10-06 18:33:56 +0000
commite0f44ec0903da7ad9c56eec0a0e5c8b02ce6ccb3 (patch)
treed7e548f203b80d44a5c7d9e07b19a1b04bafa328 /testdata/testinput1
parentc728cbfd976748abdf0511801e805ff0c846cdf2 (diff)
downloadpcre-e0f44ec0903da7ad9c56eec0a0e5c8b02ce6ccb3.tar.gz
Refactor named group handling for conditional tests.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1365 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'testdata/testinput1')
-rw-r--r--testdata/testinput14
1 files changed, 4 insertions, 0 deletions
diff --git a/testdata/testinput1 b/testdata/testinput1
index 647a691..07c5df6 100644
--- a/testdata/testinput1
+++ b/testdata/testinput1
@@ -5623,4 +5623,8 @@ AbcdCBefgBhiBqz
/^(\d+)\s+IN\s+SOA\s+(\S+)\s+(\S+)\s*\(\s*$/
1 IN SOA non-sp1 non-sp2(
+/^ (?:(?<A>A)|(?'B'B)(?<A>A)) (?('A')x) (?(<B>)y)$/xJ
+ Ax
+ BAxy
+
/-- End of testinput1 --/