summaryrefslogtreecommitdiff
path: root/testdata/testoutput2
diff options
context:
space:
mode:
authorph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2019-06-18 16:07:43 +0000
committerph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2019-06-18 16:07:43 +0000
commitf60378e6b4536cdcfdd1bdcf133299a7a4793ae1 (patch)
tree04205c55b8b305725a2e64474d8bad840c485da6 /testdata/testoutput2
parentf46681e3f1c36417fb9fe4a6b4b474aabaf8c2ac (diff)
downloadpcre2-f60378e6b4536cdcfdd1bdcf133299a7a4793ae1.tar.gz
Fix minimum length bug for patterns containing (*ACCEPT).
git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@1110 6239d852-aaf2-0410-a92c-79f79f948069
Diffstat (limited to 'testdata/testoutput2')
-rw-r--r--testdata/testoutput25
1 files changed, 5 insertions, 0 deletions
diff --git a/testdata/testoutput2 b/testdata/testoutput2
index 6a93525..b98e98d 100644
--- a/testdata/testoutput2
+++ b/testdata/testoutput2
@@ -17026,6 +17026,11 @@ Capture group count = 1
First code unit = 'a'
Subject length lower bound = 1
+/A(?:(*ACCEPT))?B/info
+Capture group count = 0
+First code unit = 'A'
+Subject length lower bound = 1
+
# End of testinput2
Error -70: PCRE2_ERROR_BADDATA (unknown error number)
Error -62: bad serialized data