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:
parent
b06fa3d168
commit
ca3ce9bb9d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue