Charles Oliver Nutter created JRUBY-6499:
--------------------------------------------

             Summary: Block arg splat bug from rubicon tests
                 Key: JRUBY-6499
                 URL: https://jira.codehaus.org/browse/JRUBY-6499
             Project: JRuby
          Issue Type: Bug
          Components: Ruby 1.9.3
    Affects Versions: JRuby 1.6.7
            Reporter: Charles Oliver Nutter
            Assignee: Thomas E Enebo


Found while updating test/rubicon/* for 1.9 mode. 1.9.3 passes this 
(test_blocks_procs.rb:97):

{noformat}
def o.f; yield *[[]]; end
o.f {|a,b,*c| assert_equal([nil, nil, []] : [[], nil, []], [a,b,c])}
{noformat}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://jira.codehaus.org/secure/ContactAdministrators!default.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