зеркало из https://github.com/github/ruby.git
Change encoding of completion list...for more tests
This commit is contained in:
Родитель
ee57920008
Коммит
264d5aff5a
|
@ -942,6 +942,8 @@ class Reline::KeyActor::ViInsert::Test < Reline::TestCase
|
|||
%w{
|
||||
foo_bar
|
||||
foo_bar_baz
|
||||
}.map { |i|
|
||||
i.encode(@encoding)
|
||||
}
|
||||
}
|
||||
input_keys('abcde fo ABCDE')
|
||||
|
@ -998,6 +1000,8 @@ class Reline::KeyActor::ViInsert::Test < Reline::TestCase
|
|||
%w{
|
||||
foo_bar
|
||||
foo_bar_baz
|
||||
}.map { |i|
|
||||
i.encode(@encoding)
|
||||
}
|
||||
}
|
||||
input_keys('foo')
|
||||
|
@ -1018,6 +1022,8 @@ class Reline::KeyActor::ViInsert::Test < Reline::TestCase
|
|||
%w{
|
||||
foo_bar
|
||||
foo_bar_baz
|
||||
}.map { |i|
|
||||
i.encode(@encoding)
|
||||
}
|
||||
}
|
||||
input_keys('foo')
|
||||
|
|
Загрузка…
Ссылка в новой задаче