Autor: Philip Hazel Data: Para: Ralf Junker CC: pcre-dev Assunto: Re: [pcre-dev] Regression: Lookbehind assertions with fixed number
of repetitions
On Tue, 15 Nov 2011, Ralf Junker wrote:
> On 15.11.2011 16:08, Philip Hazel wrote:
>
> > On Tue, 15 Nov 2011, Ralf Junker wrote:
> >
> >> case OP_EXACT:
> >> case OP_EXACTI: // Added this line - was it missing?
> >> branchlength += GET2(cc,1);
> >> cc += 4;
> >
> > I have committed this patch.
>
> Many thanks, much appreciated!
And then I found a whole lot more things that were not being recognized
as fixed length. I've fixed these too.