summaryrefslogtreecommitdiff
path: root/testdata/testinput11
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2011-07-24 17:44:12 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2011-07-24 17:44:12 +0000
commit068606023eed60b8e58ffd671a79bd4a5f9923ac (patch)
tree9861d474ccfe53c4d68cc8f0aa320ab8c7be8f82 /testdata/testinput11
parent8bfb0e4b9f3b6940eace67788c60d6e2245e0001 (diff)
downloadpcre-068606023eed60b8e58ffd671a79bd4a5f9923ac.tar.gz
Permit quantifiers on parenthesized assertions.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@637 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'testdata/testinput11')
-rw-r--r--testdata/testinput113
1 files changed, 3 insertions, 0 deletions
diff --git a/testdata/testinput11 b/testdata/testinput11
index dab7580..bc0b50e 100644
--- a/testdata/testinput11
+++ b/testdata/testinput11
@@ -645,4 +645,7 @@ however, we need the complication for Perl. ---/
/^(?!(*:M)b)aZ/K
aZbc
+/(?(DEFINE)(a))?b(?1)/
+ backgammon
+
/-- End of testinput11 --/