1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/test/readline
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 Fix use_lib_reline for test/readline 2019-08-27 01:42:41 +09:00
test_readline.rb Reline: Fix changed test results due to change to UTF-8 on Windows 2020-01-21 21:26:58 +09:00
test_readline_history.rb Reline: Fix changed test results due to change to UTF-8 on Windows 2020-01-21 21:26:58 +09:00