mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
add a test for [ruby-dev:32084].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@13753 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
d0cbfbd995
commit
ea0c6d3349
1 changed files with 4 additions and 0 deletions
|
@ -57,3 +57,7 @@ assert_equal 'ok', %q{
|
|||
:ok
|
||||
end
|
||||
}
|
||||
|
||||
assert_equal 'ok', %q{
|
||||
0**-1 == 0 ? :ng : :ok
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue