summaryrefslogtreecommitdiff
path: root/testdata
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2015-03-25 16:51:51 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2015-03-25 16:51:51 +0000
commit067c48c80569b0519568d6e1994a662327da9e18 (patch)
tree13931d27c3812b2ae0c8eaf473cb309b874ec92d /testdata
parent0838dce0fce0c9fc927fd5509da3151004606052 (diff)
downloadpcre-067c48c80569b0519568d6e1994a662327da9e18.tar.gz
Add recursion depth limit to auto-possessification.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1535 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'testdata')
-rw-r--r--testdata/testinput12
-rw-r--r--testdata/testoutput12
2 files changed, 4 insertions, 0 deletions
diff --git a/testdata/testinput1 b/testdata/testinput1
index da96dd2..d475331 100644
--- a/testdata/testinput1
+++ b/testdata/testinput1
@@ -5725,4 +5725,6 @@ AbcdCBefgBhiBqz
/(\2)(\1)/
+"Z*(|d*){216}"
+
/-- End of testinput1 --/
diff --git a/testdata/testoutput1 b/testdata/testoutput1
index 61f14a4..25368fc 100644
--- a/testdata/testoutput1
+++ b/testdata/testoutput1
@@ -9422,4 +9422,6 @@ No match
/(\2)(\1)/
+"Z*(|d*){216}"
+
/-- End of testinput1 --/