[ID
19991110.003] another matching finding by pcre author
which has already been fixed by some patch, as verified in
Subject: Re: two regex bugs from the mists of time (well, last November)
Message-Id: <
200007221712.SAA26770@crypt.compulink.co.uk>
p4raw-id: //depot/perl@6427
'(?!\A)x'm a\nxb\n y - -
^(a(b)?)+$ aba y -$1-$2- -a--
^(aa(bb)?)+$ aabbaa y -$1-$2- -aa--
+^(a)?a$ a y -$1- --
+^(a)?(?(1)a|b)+$ a n - -