Re: [pcre-dev] pcre2test allusedtext issue

2019-08-10 Thread ph10
On Sat, 27 Jul 2019, ND via Pcre-dev wrote: > /b(? abc > 0: ab >< > > Why "a" showed as text that was consulted during a successful pattern match, > but "c" not? There was a bug. I have fixed it. Thanks for noticing. Philip -- Philip Hazel -- ## List details at

Re: [pcre-dev] pcre2test allusedtext issue

2019-08-01 Thread ph10
On Mon, 29 Jul 2019, 虚空幻影 via Pcre-dev wrote: > As follows is my test. > > ./pcre2test > > PCRE2 version 10.33 > > 2019-04-16 > > re> /b(? > data> abc > > No match > > data> > > > > I tried to test your case, but the result is different from yours, why? You are using 10.33.

Re: [pcre-dev] pcre2test allusedtext issue

2019-07-29 Thread 虚空幻影 via Pcre-dev
On 2019-07-27 17:33, ND wrote: > Good day! > > pcre2test output: > > > Why "a" showed as text that was consulted during a successful pattern > match, but "c" not? > > As follows is my test. ./pcre2test PCRE2 version 10.33 2019-04-16 re> /b(? abc No match data> I