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

sorry, typo.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@15569 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
usa 2008-02-22 00:33:27 +00:00
parent b06fa3d168
commit ca3ce9bb9d

View file

@ -789,7 +789,7 @@ class TestM17N < Test::Unit::TestCase
str = "\u3042" str = "\u3042"
assert_equal(true, (str * 0).ascii_only?, "[ruby-dev:33895]") assert_equal(true, (str * 0).ascii_only?, "[ruby-dev:33895]")
assert_equal(false, (str * 1).ascii_only?) assert_equal(false, (str * 1).ascii_only?)
assert_equal(false, (str * 2).ascii_only? assert_equal(false, (str * 2).ascii_only?)
end end
def test_str_aref def test_str_aref