mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* remove trailing spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42881 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
52fe68a7fd
commit
e5d327f444
1 changed files with 1 additions and 1 deletions
|
@ -399,7 +399,7 @@ class TestSuper < Test::Unit::TestCase
|
|||
end
|
||||
|
||||
def test_super_splat
|
||||
# [ruby-list:49575]
|
||||
# [ruby-list:49575]
|
||||
y = Y.new
|
||||
assert_equal([1, 2], y.foo(1, 2))
|
||||
assert_equal([1, false], y.foo(1, false))
|
||||
|
|
Loading…
Reference in a new issue