Autrijus,
I was writing tests for split(<regexp>, <str>) and I stumbled upon this bug:
pugs -e 'split(rx:perl5//, "not good")'
Will go into an infinite loop. I also tried the empty regexp in a match on it's own, and it was not a problem.
- Steve
Autrijus,
pugs -e 'split(rx:perl5//, "not good")'
- Steve