summaryrefslogtreecommitdiff
path: root/testdata
diff options
context:
space:
mode:
authorzherczeg <zherczeg@2f5784b3-3f2a-0410-8824-cb99058d5e15>2015-09-02 08:50:31 +0000
committerzherczeg <zherczeg@2f5784b3-3f2a-0410-8824-cb99058d5e15>2015-09-02 08:50:31 +0000
commitd98a87182509eb50a5277f0d6e5465dc6bfeea3b (patch)
treef4be7c889e16245ddc898d408793465685566bcc /testdata
parentef392aca5d02cf8bcf198c9946c2bb171d012c77 (diff)
downloadpcre-d98a87182509eb50a5277f0d6e5465dc6bfeea3b.tar.gz
A match limit issue is fixed in JIT.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1599 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'testdata')
-rw-r--r--testdata/testinput123
-rw-r--r--testdata/testoutput124
2 files changed, 7 insertions, 0 deletions
diff --git a/testdata/testinput12 b/testdata/testinput12
index e109de7..944be69 100644
--- a/testdata/testinput12
+++ b/testdata/testinput12
@@ -101,4 +101,7 @@ and a couple of things that are different with JIT. --/
/(x(?1)){4}/S++
+/(.|.)*?bx/
+ aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabax
+
/-- End of testinput12 --/
diff --git a/testdata/testoutput12 b/testdata/testoutput12
index 4fe0417..8791108 100644
--- a/testdata/testoutput12
+++ b/testdata/testoutput12
@@ -197,4 +197,8 @@ No match, mark = m (JIT)
/(x(?1)){4}/S++
+/(.|.)*?bx/
+ aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabax
+Error -8 (match limit exceeded)
+
/-- End of testinput12 --/