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:
parent
fade26afa7
commit
e7aa87c353
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue