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
ima1zumi 5f1975a454 [ruby/reline] @convert_meta is true unless 8-bit characters
If Reline::IOGate.encoding contains 7-bit characters, convert-meta will set it On.

Because in readline(3):

>  The default is On, but readline will set it to Off if the locale contains eight-bit characters.

As far as I know, 7-bit encoding used in terminals is only US-ASCII.

https://github.com/ruby/reline/commit/b71d1fa496
2021-12-10 22:19:14 +09:00
..
windows Tests for Windows can run only on Windows 2021-08-05 13:58:07 +09:00
yamatanooroti [ruby/reline] Execute compress_meta_key if convert_meta is on 2021-12-10 22:19:14 +09:00
helper.rb Use TERM=xterm for tests on Solaris 2021-08-07 22:58:59 +09:00
test_config.rb [ruby/reline] @convert_meta is true unless 8-bit characters 2021-12-10 22:19:14 +09:00
test_history.rb
test_key_actor_emacs.rb [ruby/reline] Support ed_argument_digit by M+num 2021-09-29 22:07:49 +09:00
test_key_actor_vi.rb [ruby/reline] Fix tests so that the completion journey starts on first C-n/C-p 2021-08-29 20:30:33 +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] Skip when unable to set input 2021-10-13 02:24:01 +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 Set TERM env for some CI environments 2021-08-07 21:16:49 +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 Revert "Omit some tests until debugging is complete" 2021-08-31 20:35:04 +09:00