mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Change encoding of completion list...for more tests
This commit is contained in:
parent
ee57920008
commit
264d5aff5a
1 changed files with 6 additions and 0 deletions
|
@ -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')
|
||||
|
|
Loading…
Add table
Reference in a new issue