1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
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 Tests for Windows can run only on Windows 2021-08-05 13:58:07 +09:00
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 Add detailed message to assert_external_string_equal 2021-06-23 21:00:48 +09:00
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 [ruby/reline] Add Enumerable to KillRing for debugging 2020-12-19 02:12:11 +09:00
test_macro.rb Stop using global constant, RELINE_TEST_ENCODING 2021-06-21 22:12:14 +09:00
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 Stop using global constant, RELINE_TEST_ENCODING 2021-06-21 22:12:14 +09:00
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