summaryrefslogtreecommitdiff
path: root/testdata
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2015-02-28 11:48:09 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2015-02-28 11:48:09 +0000
commit6b33cd6e7980da3bd28959392bcdc13316df4fe0 (patch)
treea4033fa4e09ac7f22a292b13c53231125f5a81cc /testdata
parentd788dca823331395675d2ac2fd5069b27f7a1b41 (diff)
downloadpcre-6b33cd6e7980da3bd28959392bcdc13316df4fe0.tar.gz
Fix bad compile for groups like "((?2){0,1999}())?".
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1528 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'testdata')
-rw-r--r--testdata/testinput22
-rw-r--r--testdata/testoutput22
2 files changed, 4 insertions, 0 deletions
diff --git a/testdata/testinput2 b/testdata/testinput2
index db2548b..0686c32 100644
--- a/testdata/testinput2
+++ b/testdata/testinput2
@@ -4126,4 +4126,6 @@ backtracking verbs. --/
//C
\O\C+
+"((?2){0,1999}())?"
+
/-- End of testinput2 --/
diff --git a/testdata/testoutput2 b/testdata/testoutput2
index 1c2cfc6..c574629 100644
--- a/testdata/testoutput2
+++ b/testdata/testoutput2
@@ -14320,4 +14320,6 @@ Callout 255: last capture = -1
+0 ^
Matched, but too many substrings
+"((?2){0,1999}())?"
+
/-- End of testinput2 --/