Re: [pcre-dev] Capture not reset inside recursion

2021-06-06 Thread Giuseppe D'Angelo via Pcre-dev
Hi ND, On Sun, 6 Jun 2021 at 16:09, ND via Pcre-dev wrote: > > > On 2021-06-06 05:53, Zoltán Herczeg wrote: > > ND I think you have found a pretty nice Perl bug, maybe you could report > > it to them. > > Zoltan, thank you for great investigation. > Now I sure it looks like a Perl bug. > >

Re: [pcre-dev] Capture not reset inside recursion

2021-06-06 Thread ND via Pcre-dev
On 2021-06-06 05:53, Zoltán Herczeg wrote: ND I think you have found a pretty nice Perl bug, maybe you could report it to them. Zoltan, thank you for great investigation. Now I sure it looks like a Perl bug. Everybody feel free to report it. My English is bad and I have much difficulties

Re: [pcre-dev] Capture not reset inside recursion

2021-06-06 Thread Philip Hazel via Pcre-dev
I agree with Zoltan. I do not think this is a bug. Regards, Philip On Sat, 5 Jun 2021 at 23:43, ND via Pcre-dev wrote: > > Here is pcretest listing: > > > PCRE2 version 10.35 2020-05-09 > /(?:(a)?\1)+/ > aaa > 0: aaa > > > Expected result: > 0: aa > > Perl result: > 0: aa > > -- > ##

Re: [pcre-dev] Capture not reset inside recursion

2021-06-06 Thread Zoltán Herczeg
a pretty nice Perl bug, maybe you could report it to them. Regards, Zoltan Eredeti levél Feladó: Zoltán Herczeg < hzmes...@freemail.hu (Link -> mailto:hzmes...@freemail.hu) > Dátum: 2021 június 6 07:21:30 Tárgy: Re: [pcre-dev] Capture not reset inside recursion Címzett:

Re: [pcre-dev] Capture not reset inside recursion

2021-06-05 Thread Zoltán Herczeg
:pcre-dev@exim.org) > Dátum: 2021 június 6 00:44:08 Tárgy: [pcre-dev] Capture not reset inside recursion Címzett: Pcre-dev@exim.org (Link -> mailto:Pcre-dev@exim.org) Here is pcretest listing: PCRE2 version 10.35 2020-05-09 /(?:(a)?\1)+/ aaa 0: aaa Expected result: 0: aa Perl result: 0: a

[pcre-dev] Capture not reset inside recursion

2021-06-05 Thread ND via Pcre-dev
Here is pcretest listing: PCRE2 version 10.35 2020-05-09 /(?:(a)?\1)+/ aaa 0: aaa Expected result: 0: aa Perl result: 0: aa -- ## List details at https://lists.exim.org/mailman/listinfo/pcre-dev