1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Renamed duplicate test

This commit is contained in:
Nobuyoshi Nakada 2019-06-04 18:33:34 +09:00
parent fade26afa7
commit e7aa87c353
No known key found for this signature in database
GPG key ID: 4BC7D6DF58D8DF60

View file

@ -41,7 +41,7 @@ class Reline::WithinPipeTest < Reline::TestCase
assert_equal 'a_b_c def_ ghi', Reline.readmultiline(&proc{ true })
end
def test_macro_commands_for_moving
def test_macro_commands_for_editing
@config.add_default_key_binding("\C-x\C-d".bytes, :delete_char)
@config.add_default_key_binding("\C-x\C-h".bytes, :backward_delete_char)
@config.add_default_key_binding("\C-x\C-v".bytes, :quoted_insert)