summaryrefslogtreecommitdiff
path: root/testdata/testinput11
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2014-07-12 18:22:54 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2014-07-12 18:22:54 +0000
commitd35a6c663d37e072f4a5440f281f62aa6dc42418 (patch)
treee2cfb66e41e23f8e28241ccdf407fc919f3f9981 /testdata/testinput11
parentc632c7734805f249dd38be1c0bc1e47ab5520f5d (diff)
downloadpcre-d35a6c663d37e072f4a5440f281f62aa6dc42418.tar.gz
Fix compiler crash/misbehaviour for zero-repeated groups that include a
recursive back reference. git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1495 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'testdata/testinput11')
-rw-r--r--testdata/testinput112
1 files changed, 2 insertions, 0 deletions
diff --git a/testdata/testinput11 b/testdata/testinput11
index 391ada7..7e8e542 100644
--- a/testdata/testinput11
+++ b/testdata/testinput11
@@ -132,4 +132,6 @@ is required for these tests. --/
/abc(d|e)(*THEN)x(123(*THEN)4|567(b|q)(*THEN)xx)/B
+/(((a\2)|(a*)\g<-1>))*a?/B
+
/-- End of testinput11 --/