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
aycabta f8ea2860b0 Introduce an abstracted structure about the encoding of Reline
The command prompt on Windows always uses Unicode to take input and print
output but most Reline implementation depends on Encoding.default_external.
This commit introduces an abstracted structure about the encoding of Reline.
2020-01-14 15:40:38 +09:00
..
helper.rb Implement em_set_mark and em_exchange_mark 2019-11-15 16:50:40 +09:00
test_config.rb Support history-size in .inputrc correctly 2020-01-06 21:50:48 +09:00
test_history.rb
test_key_actor_emacs.rb Introduce an abstracted structure about the encoding of Reline 2020-01-14 15:40:38 +09:00
test_key_actor_vi.rb Introduce an abstracted structure about the encoding of Reline 2020-01-14 15:40:38 +09:00
test_key_stroke.rb
test_kill_ring.rb
test_macro.rb Introduce an abstracted structure about the encoding of Reline 2020-01-14 15:40:38 +09:00
test_reline.rb Change argument Proc to #call defined object. 2019-11-21 00:47:37 +09:00
test_string_processing.rb Introduce an abstracted structure about the encoding of Reline 2020-01-14 15:40:38 +09:00
test_within_pipe.rb