From e917562d38f048b304bd14b458713349ad6869be Mon Sep 17 00:00:00 2001 From: ph10 Date: Sun, 1 Mar 2015 18:34:05 +0000 Subject: Fix compile error for forward reference subroutine call within a group that also contained a recursive back reference. git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@212 6239d852-aaf2-0410-a92c-79f79f948069 --- testdata/testinput8 | 2 ++ 1 file changed, 2 insertions(+) (limited to 'testdata/testinput8') diff --git a/testdata/testinput8 b/testdata/testinput8 index b781518..d1d62fe 100644 --- a/testdata/testinput8 +++ b/testdata/testinput8 @@ -138,4 +138,6 @@ /(((a\2)|(a*)\g<-1>))*a?/ +/((?+1)(\1))/ + # End of testinput8 -- cgit v1.2.1