Skip to content

Commit

Permalink
add a test for [ruby-dev:32084].
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@13753 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
akr committed Oct 22, 2007
1 parent d0cbfbd commit ea0c6d3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bootstraptest/test_knownbug.rb
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,7 @@
:ok
end
}

assert_equal 'ok', %q{
0**-1 == 0 ? :ng : :ok
}

0 comments on commit ea0c6d3

Please sign in to comment.