> > In line 9 of 'test_pcre.imc' I'm calling a sub, that does nothing at
> all.
> > But as a side effect the string "a" isn't matching the regex "a" any
> more.
>
> I don't see any effect on calling the sub or not. Both cases do match.
Trying 'test_pcre.imc' with a parrot from sources as of 2004
Bernhard Schmalhofer <[EMAIL PROTECTED]> wrote:
> In line 9 of 'test_pcre.imc' I'm calling a sub, that does nothing at all.
> But as a side effect the string "a" isn't matching the regex "a" any more.
I don't see any effect on calling the sub or not. Both cases do match.
> CU, Bernhard
leo
BTW
At 11:06 PM +0200 5/8/04, Bernhard Schmalhofer wrote:
Hi,
since the last couple of days 'Parrot m4' does strange things when using
a fresh 'parrot'. Internally 'libpcre' is used for regular expression
matching. For a strange reason some strings are not matching any more.
I boiled it down to a test