Bug#675981: libregexp-assemble-perl: Regular expression syntax errors after adding simple regexps when unroll_plus is enabled

2012-06-05 Thread Xavier
Le 04/06/2012 20:22, Witold Baryluk a écrit : > > ... > It looks that Regexp::Assembler incorrectly handles paranthesis for some > reasons in this simple expressions. Interesingly despite this "simplest one" > example not having "+" operator, Regexp::Assemble behaves correctly after > disabling un

Bug#675981: libregexp-assemble-perl: Regular expression syntax errors after adding simple regexps when unroll_plus is enabled

2012-06-04 Thread Witold Baryluk
Package: libregexp-assemble-perl Version: 0.35-5 Severity: important This perl script terminates: use strict; use Regexp::Assemble; my $ra = Regexp::Assemble->new( unroll_plus => 1 # change a+ to aa*, allowing possibly more reduction ); # any of bellow valid regular expression can be