summaryrefslogtreecommitdiff
path: root/testdata/testinput8
diff options
context:
space:
mode:
authorph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2015-03-01 18:34:05 +0000
committerph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2015-03-01 18:34:05 +0000
commite917562d38f048b304bd14b458713349ad6869be (patch)
tree1be67b4b19658eda24463316cec60a63e5343768 /testdata/testinput8
parent070f65437a2cf769c17effe6efc782494b6571c2 (diff)
downloadpcre2-e917562d38f048b304bd14b458713349ad6869be.tar.gz
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
Diffstat (limited to 'testdata/testinput8')
-rw-r--r--testdata/testinput82
1 files changed, 2 insertions, 0 deletions
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