From ec098f6b898334be0674dbadc9fd67a0532fa0eb Mon Sep 17 00:00:00 2001 From: ph10 Date: Sat, 10 Aug 2019 11:34:50 +0000 Subject: Fix allusedtext bug, rightmost consulted character incorrect in negative lookaheads. git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@1157 6239d852-aaf2-0410-a92c-79f79f948069 --- testdata/testinput15 | 4 ++++ testdata/testinput2 | 2 +- testdata/testoutput15 | 8 ++++++++ testdata/testoutput2 | 2 +- 4 files changed, 14 insertions(+), 2 deletions(-) (limited to 'testdata') diff --git a/testdata/testinput15 b/testdata/testinput15 index 2cb712d..5dd6897 100644 --- a/testdata/testinput15 +++ b/testdata/testinput15 @@ -231,4 +231,8 @@ /(*LIMIT_HEAP=21)\[(a)]{60}/expand \[a]{60} +/b(? + abcz + 0: abcz + < >> + # End of testinput15 diff --git a/testdata/testoutput2 b/testdata/testoutput2 index 0fd2187..0803d9e 100644 --- a/testdata/testoutput2 +++ b/testdata/testoutput2 @@ -14803,7 +14803,7 @@ No match /abcd/null_context abcd\=null_context 0: abcd -\= Expect error +\= Expect error - not allowed together abcd\=null_context,find_limits ** Not allowed together: find_limits null_context abcd\=allusedtext,startchar -- cgit v1.2.1