mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* bootstraptest/test_knownbug.rb: move solved tests.
* bootstraptest/test_eval.rb, test_literal.rb, test_syntax.rb, test_thread.rb: ditto. * test/ruby/test_m17n.rb, test_proc.rb, test_sprintf.rb, test_string.rb, test/ruby/test_struct.rb: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@16472 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
888c935930
commit
39fcd1cdf2
11 changed files with 140 additions and 122 deletions
|
@ -185,6 +185,7 @@ class TestSprintf < Test::Unit::TestCase
|
|||
def test_float
|
||||
assert_equal("36893488147419111424",
|
||||
sprintf("%20.0f", 36893488147419107329.0))
|
||||
assert_equal(" Inf", sprintf("% 0e", 1.0/0.0), "moved from btest/knownbug")
|
||||
end
|
||||
|
||||
BSIZ = 120
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue