summaryrefslogtreecommitdiff
path: root/testdata/testinput1
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2014-08-08 15:22:51 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2014-08-08 15:22:51 +0000
commitfd411b0b71fc1d0bd1977d0a86e5711599f875d8 (patch)
tree3f9343c8c2e1d7e3142c0d4882927b528e0ca61a /testdata/testinput1
parent8f84be9bafcb49fd0482d2141e48c3cf3dbfa27c (diff)
downloadpcre-fd411b0b71fc1d0bd1977d0a86e5711599f875d8.tar.gz
Fix compile-time loop for recursive reference within a group with an indefinite
repeat. git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1498 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'testdata/testinput1')
-rw-r--r--testdata/testinput16
1 files changed, 6 insertions, 0 deletions
diff --git a/testdata/testinput1 b/testdata/testinput1
index 6fd62ba..123e3d3 100644
--- a/testdata/testinput1
+++ b/testdata/testinput1
@@ -4937,6 +4937,12 @@ however, we need the complication for Perl. ---/
/((?(R1)a+|(?1)b))/
aaaabcde
+
+/((?(R)a|(?1)))*/
+ aaa
+
+/((?(R)a|(?1)))+/
+ aaa
/a(*:any
name)/K