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
Lars Kanis b0ca1fc21b Reline: Fix changed test results due to change to UTF-8 on Windows
In commit f8ea2860b0 the Reline encoding
for native windows console was changed to hardcoded UTF-8.
This caused failures in reline and readline tests, but they were hidden,
because parallel ruby tests incorrectly used Reline::ANSI as IOGate.
Tests failures were raised in single process mode, but not with -j switch.

This patch corrects encodings on native Windows console.
2020-01-21 21:26:58 +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 Reline: Fix changed test results due to change to UTF-8 on Windows 2020-01-21 21:26:58 +09:00
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 [ruby/reline] Implement vi_change_meta 2020-01-21 09:52:32 +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 Reline: Fix changed test results due to change to UTF-8 on Windows 2020-01-21 21:26:58 +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