ruby--ruby/test/reline
Tim Pope 37d5890e49 [ruby/reline] Fix support for emacs-ctlx and emacs-meta keymaps
The existing implementation, given the below .inputrc, erroneously
creates a "C-v" key binding:

	set keymap emacs-ctlx
	"\C-v": "[C-x C-v was pressed]"

This fixes it to instead create a "C-x C-v" keybinding.

https://github.com/ruby/reline/commit/719f52d231
2022-02-22 18:52:52 +09:00
..
windows
yamatanooroti [ruby/reline] Use "Bundler.require" to load Gemfile.lock in multiline_repl 2022-01-16 22:09:32 +09:00
helper.rb [ruby/reline] Fix test input_keys to handle "hankaku" characters correctly on Windows 2021-12-24 15:01:17 +09:00
test_config.rb [ruby/reline] Fix support for emacs-ctlx and emacs-meta keymaps 2022-02-22 18:52:52 +09:00
test_history.rb
test_key_actor_emacs.rb [ruby/reline] Use unix_line_discard when Ctrl-u is entered 2021-12-30 20:23:58 +09:00
test_key_actor_vi.rb [ruby/reline] Rename the wrong name "em-kill-line" with the correct name "unix-line-discard" 2021-12-24 18:23:28 +09:00
test_key_stroke.rb [ruby/reline] Add a test for key bindings with Reline::Key 2021-09-06 08:10:08 +09:00
test_kill_ring.rb
test_macro.rb
test_reline.rb [ruby/reline] Remove test TODO comments that have been confirmed by E2E tests 2022-01-03 07:06:28 +09:00
test_reline_key.rb [ruby/reline] Fix test class not to overwrite 2021-10-11 20:32:34 +09:00
test_string_processing.rb
test_terminfo.rb [ruby/reline] Check capname of tigetstr/tigetflag/tigetnum 2022-01-02 11:44:07 +09:00
test_unicode.rb [ruby/reline] Add a test for Reline::Unicode#take_range 2021-09-06 08:09:50 +09:00
test_within_pipe.rb Prepare for removing RubyVM::JIT (#5262) 2021-12-13 23:07:46 -08:00