summaryrefslogtreecommitdiff
path: root/testdata/testoutput15
diff options
context:
space:
mode:
authorph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2015-11-11 09:42:26 +0000
committerph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2015-11-11 09:42:26 +0000
commit75b4cc53f55fe53bd792736a232feab89e2632b2 (patch)
treef90f02018b6cbf0c8a01897e2d3812faf10892f4 /testdata/testoutput15
parent3f268483a9dd0dc16814f0acbf745d6e7d5a3ca2 (diff)
downloadpcre2-75b4cc53f55fe53bd792736a232feab89e2632b2.tar.gz
Small optimizations in pcre2_study.c
git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@424 6239d852-aaf2-0410-a92c-79f79f948069
Diffstat (limited to 'testdata/testoutput15')
-rw-r--r--testdata/testoutput156
1 files changed, 3 insertions, 3 deletions
diff --git a/testdata/testoutput15 b/testdata/testoutput15
index 0dad75a..bb29a49 100644
--- a/testdata/testoutput15
+++ b/testdata/testoutput15
@@ -252,7 +252,7 @@ Failed: error -52: nested recursion at the same subject position
/(a|(?R))/I
Capturing subpattern count = 1
May match empty string
-Subject length lower bound = 1
+Subject length lower bound = 0
abcd
0: a
1: a
@@ -262,7 +262,7 @@ Failed: error -52: nested recursion at the same subject position
/(ab|(bc|(de|(?R))))/I
Capturing subpattern count = 3
May match empty string
-Subject length lower bound = 2
+Subject length lower bound = 0
abcd
0: ab
1: ab
@@ -272,7 +272,7 @@ Failed: error -52: nested recursion at the same subject position
/(ab|(bc|(de|(?1))))/I
Capturing subpattern count = 3
May match empty string
-Subject length lower bound = 2
+Subject length lower bound = 0
abcd
0: ab
1: ab