Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: JRuby 1.7.0.pre1
-
Fix Version/s: JRuby 1.7.0.pre1
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
jruby-1.6.7 :001 > '2300' =~ /\A(([0-1][0-9])|([2][0-3]))[0-5][0-9]\z/ => 0
jruby-1.7.0.dev :001 > '2300' =~ /A(([0-1][0-9])|([2][0-3]))[0-5][0-9]z/ => nil
Looks like the backslash is getting gobbled.