зеркало из https://github.com/github/ruby.git
Don't run tests which can't run with editline.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35259 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
7b18633804
Коммит
8474c90eac
|
@ -222,7 +222,7 @@ class TestReadline < Test::Unit::TestCase
|
|||
rescue NotimplementedError
|
||||
end
|
||||
end
|
||||
end
|
||||
end if !/EditLine/n.match(Readline::VERSION)
|
||||
|
||||
def test_get_screen_size
|
||||
begin
|
||||
|
@ -320,7 +320,7 @@ class TestReadline < Test::Unit::TestCase
|
|||
ensure
|
||||
Readline.completion_case_fold = completion_case_fold
|
||||
Readline.completion_append_character = append_character
|
||||
end
|
||||
end if !/EditLine/n.match(Readline::VERSION)
|
||||
|
||||
# basic_word_break_characters
|
||||
# completer_word_break_characters
|
||||
|
|
Загрузка…
Ссылка в новой задаче