Failure in rubyspec/language/rescue_spec.rb
-------------------------------------------

                 Key: JRUBY-6128
                 URL: https://jira.codehaus.org/browse/JRUBY-6128
             Project: JRuby
          Issue Type: Bug
    Affects Versions: JRuby 1.7
         Environment: --1.9
            Reporter: Martin Harriman
            Assignee: Thomas E Enebo
            Priority: Minor


{noformat}
a = 'a'
c = 'c'
a += b rescue c
{noformat}

In MRI 1.9, the final value of a is "ac". In JRuby 1.7 (in Ruby 1.9 mode), the 
final value of a is "a".

--
This message is automatically generated by JIRA.
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