mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
test/test_{string,sprintf}.rb: updated.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@15651 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
79f1b9e93b
commit
840723e523
2 changed files with 5 additions and 5 deletions
|
@ -207,7 +207,7 @@ class TestString < Test::Unit::TestCase
|
|||
171,
|
||||
171]
|
||||
|
||||
assert_equal(S(' hi 123 %foo 456 0x0A3.1 1011 ab AB 0b1011 0xab 0XAB'), x)
|
||||
assert_equal(S(' hi 123 %foo 456 0A3.1 1011 ab AB 0b1011 0xab 0XAB'), x)
|
||||
end
|
||||
|
||||
def test_MUL # '*'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue