/(?<=a).*b/ =~ "aab" does not match
-----------------------------------
Key: JRUBY-4938
URL: http://jira.codehaus.org/browse/JRUBY-4938
Project: JRuby
Issue Type: Bug
Components: Core Classes/Modules
Affects Versions: JRuby 1.5.1, JRuby 1.6
Reporter: Hiro Asari
Same issue as http://redmine.ruby-lang.org/issues/show/3568
{noformat}
$ jruby -v --1.9 -S irb
jruby 1.6.0.dev (ruby 1.9.2dev trunk -1) (2010-07-14 ${jruby.revision}) (Java
HotSpot(TM) 64-Bit Server VM 1.6.0_20) [x86_64-java]
irb(main):001:0> /(?<=a).*b/ =~ "aab"
=> nil
{noformat}
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email