mirror of
https://github.com/ruby/ruby.git
synced 2025-09-21 19:44:01 +02:00
test/ruby: suppress parser warnings
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53872 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
311b715483
commit
41f4317f45
31 changed files with 103 additions and 90 deletions
|
@ -174,7 +174,7 @@ class TestSprintf < Test::Unit::TestCase
|
|||
end
|
||||
|
||||
bug11766 = '[ruby-core:71806] [Bug #11766]'
|
||||
assert_equal("x"*10+" 1.0", sprintf("x"*10+"%8.1f", 1r))
|
||||
assert_equal("x"*10+" 1.0", sprintf("x"*10+"%8.1f", 1r), bug11766)
|
||||
end
|
||||
|
||||
def test_hash
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue