aboutsummaryrefslogtreecommitdiffstats
path: root/test/reline/test_reline.rb
Commit message (Collapse)AuthorAgeFilesLines
* Restore class variable setting for testsaycabta2020-05-141-0/+32
|
* Initialize Reline callbacks when test suit startsaycabta2020-05-141-0/+6
|
* skip test if Reline.completion_proc is nil.Koichi Sasada2020-03-021-1/+4
| | | | | Some other tests can set Reline.completion_proc, so if it is nil, simply skip this test.
* Reline: Fix changed test results due to change to UTF-8 on WindowsLars Kanis2020-01-211-9/+13
| | | | | | | | | | In commit f8ea2860b0cac1aec79978e6c44168802958e8af 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.
* Change argument `Proc` to `#call` defined object.manga_osyo2019-11-211-0/+24
| | | | This is the same as the behavior of Readline.
* Prefer dedecated assertionsNobuyoshi Nakada2019-11-191-4/+4
|
* Fixed `assert_equal` first argument to be expected.manga_osyo2019-11-121-4/+4
|
* Reline#readline and Reline#readmultiline to private.osyo-manga2019-11-121-2/+6
|
* Swap expected and actual correctlyaycabta2019-10-071-50/+50
|
* Add test with encoding.manga_osyo2019-08-271-10/+10
|
* Change to test file path.manga_osyo2019-08-271-0/+242