Regexp : yet another regular expression diff from MRI
-----------------------------------------------------

                 Key: JRUBY-1236
                 URL: http://jira.codehaus.org/browse/JRUBY-1236
             Project: JRuby
          Issue Type: Bug
    Affects Versions: JRuby 1.x
         Environment: head revision (4056)
            Reporter: Dmitry Verkhovsky
            Assignee: Thomas E Enebo


irb(main):010:0> "\n" =~ /\s/n
=> 0

Jirb(main):013:0> "\n" =~ /\s/n
=> nil


unit test (add to test/testRegexp.rb)

test_equal 0, "\n" =~ /\s/n

-- 
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

Reply via email to