Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: JRuby 1.1RC1
-
Fix Version/s: JRuby 1.1RC2
-
Component/s: Extensions
-
Labels:None
-
Environment:MacOSX, but probably it is irrelevant
-
Testcase included:yes
-
Number of attachments :
Description
(0)
{16} regexp part seems to behave differently on MRI 1.8.6 and trunk JRuby:http://pastie.caboo.se/151632
Changing (0){16}
to 16 0's makes it work just fine
Fixed in r5926 (Oniguruma bug) Wrong optimization info was produced when Quantifier was not directly followed by an exact string.