1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* test/ruby/test_m17n.rb (test_str_String): update test.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@15293 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
usa 2008-01-28 09:29:05 +00:00
parent 3c6969ec11
commit de3538b051

View file

@ -653,7 +653,7 @@ class TestM17N < Test::Unit::TestCase
def test_str_String def test_str_String
s = String(10) s = String(10)
assert_equal(Encoding::ASCII_8BIT, s.encoding) assert_equal(Encoding::US_ASCII, s.encoding)
end end
def test_sprintf_c def test_sprintf_c