mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
add test for [ruby-dev:31160].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@12755 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
113a709cce
commit
4bb5091496
1 changed files with 8 additions and 0 deletions
|
@ -374,3 +374,11 @@ assert_equal 'nil', %q{
|
|||
m{|&b| b}.inspect
|
||||
}
|
||||
|
||||
# [ruby-dev:31160]
|
||||
assert_equal 'nil', %q{
|
||||
def m()
|
||||
yield
|
||||
end
|
||||
m {|(v,(*))|}.inspect
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue