aboutsummaryrefslogtreecommitdiffstats
path: root/bootstraptest/test_knownbug.rb
blob: 80de543eddc7a210cc777227e12eb81c1e92d890 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#
# This test file concludes tests which point out known bugs.
# So all tests will cause failure.
#

# massign
assert_equal 'ok', %q{
  def m()
    yield :ng
  end
  r = :ok
  m {|(r)|}
  r
}, '[ruby-dev:31507]'