summaryrefslogtreecommitdiff
path: root/testdata/testinput11
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2011-11-22 13:36:51 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2011-11-22 13:36:51 +0000
commit515aa685b85075f95c2a22e9de1f8a91a93a95b9 (patch)
tree11c58eeea85927a1989f868f8e6fe6253a2069c0 /testdata/testinput11
parent5fea6b890e1e587926fea3fd7734f9b1028268c4 (diff)
downloadpcre-515aa685b85075f95c2a22e9de1f8a91a93a95b9.tar.gz
Fix repeated forward reference needed character bug.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@762 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 a9d1cfd..661f193 100644
--- a/testdata/testinput11
+++ b/testdata/testinput11
@@ -800,4 +800,7 @@ name)/K
/(?<=a(*THEN)b)c/
xabcd
+/(a)(?2){2}(.)/
+ abcd
+
/-- End of testinput11 --/