зеркало из https://github.com/github/ruby.git
Skip on non UTF-8 locale.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36133 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
9c6ae17a66
Коммит
6696fd0c49
|
@ -415,6 +415,7 @@ class TestReadline < Test::Unit::TestCase
|
|||
end if !/EditLine/n.match(Readline::VERSION)
|
||||
|
||||
def test_input_metachar_multibyte
|
||||
skip 'this test needs UTF-8 locale' unless Encoding.find("locale") == Encoding::UTF_8
|
||||
bug6602 = '[ruby-core:45683]'
|
||||
Readline::HISTORY << "\u3042\u3093"
|
||||
Readline::HISTORY << "\u3044\u3093"
|
||||
|
|
Загрузка…
Ссылка в новой задаче