提交 c78122e7 编写于 作者: J Justin Collins

Add test for explicit block arg destructuring

上级 76fd345c
......@@ -286,4 +286,16 @@ class AliasProcessorTests < Test::Unit::TestCase
y + z
RUBY
end
def test_block_arg_destructing
assert_alias '1', <<-RUBY
y = 1
blah do |(x, y)|
y = 2
end
y
RUBY
end
end
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册