aboutsummaryrefslogtreecommitdiffstats
path: root/bootstraptest/featurebug.rb
blob: 81eeba777051fa5185e787ffb3556a8cbe31ccbd (plain)
1
2
3
4
5
6
assert_equal 'ok', %q{
  1.times{
    eval("break")
  }
  :ok
}, '[ruby-dev:32525]'