summaryrefslogtreecommitdiff
path: root/testdata/testinput1
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2012-02-25 12:30:36 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2012-02-25 12:30:36 +0000
commit115e8971766ef1ee1e0c39505fa2c7b100daac1e (patch)
tree76ae5bd3d663447a364dfae68a58a757334f9217 /testdata/testinput1
parent856941902898deb26f53bf19ca15767a528d381c (diff)
downloadpcre-115e8971766ef1ee1e0c39505fa2c7b100daac1e.tar.gz
Stop (*COMMIT) escaping from a recursive subroutine call.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@934 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'testdata/testinput1')
-rw-r--r--testdata/testinput13
1 files changed, 3 insertions, 0 deletions
diff --git a/testdata/testinput1 b/testdata/testinput1
index e0529e3..46f324c 100644
--- a/testdata/testinput1
+++ b/testdata/testinput1
@@ -5250,4 +5250,7 @@ name were given. ---/
/(another)?(\1+)test/
hello world test
+/(a(*COMMIT)b){0}a(?1)|aac/
+ aac
+
/-- End of testinput1 --/