1 require 'yarvtest/yarvtest'
3 class TestBlock < YarvTestBase
86 } if false # 1.9 doesn't support expr block parameters
91 # TODO: Ruby 1.9 doesn't support expr block parameter
326 def test_unmatched_params
396 def test_param_and_locals
417 [1,2,3].find{|x| x == 2}
423 [1, 2, 3].each(&block)
426 E.new.find {|x| x == 2 }