1
0
Fork 0
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:
aycabta 2019-12-05 16:28:54 +09:00
parent ee57920008
commit 264d5aff5a

View file

@ -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')