aboutsummaryrefslogtreecommitdiffstats
path: root/test/reline/test_reline.rb
Commit message (Expand)AuthorAgeFilesLines
* [ruby/reline] Reduce direct references to `Reline::IOGate`Stan Lo2023-07-071-5/+5
* [ruby/reline] Update Relin::IOGate dinamically when it is neededtomoya ishida2023-07-051-0/+1
* [ruby/reline] Change Reline.add_dialog_proc(name, nil) to properlytomoya ishida2023-04-151-0/+3
* [ruby/reline] test_dumb_terminal: "ruby" command is not always availableSorah Fukumori2023-02-051-1/+1
* [ruby/reline] Remove unapproved color setting APIsStan Lo2022-12-051-29/+0
* [ruby/reline] Support dumb terminalNobuyoshi Nakada2022-09-011-0/+6
* [ruby/reline] Rename dialog_pointer_* to dialog_highlight_*st00122022-07-221-9/+9
* [ruby/reline] Use color name instead of code (integer) in dialog color APIsst00122022-07-161-13/+25
* [ruby/reline] Add tests for top-level dialog color APIsst00122022-07-111-0/+17
* [ruby/reline] Remove test TODO comments that have been confirmed by E2E testsaycabta2022-01-031-12/+0
* [ruby/reline] Use omit instead of skipHiroshi SHIBATA2021-12-291-1/+1
* [ruby/reline] Add a test for dialog proc with contextaycabta2021-12-201-0/+14
* [ruby/reline] Add an assertion for overwriting dialog proc with the same nameaycabta2021-12-201-0/+5
* [ruby/reline] Rename the variable "p" because it overlaps with the "p" methodaycabta2021-12-201-21/+21
* [ruby/reline] Add support for overwriting dialog proc with the same nameaycabta2021-12-201-3/+6
* [ruby/reline] Add Reline.dialog_proc(name_sym)aycabta2021-12-201-0/+5
* [ruby/reline] Add a test for Reline.add_dialog_procaycabta2021-12-201-0/+15
* [ruby/reline] Skip when unable to set inputNobuyoshi Nakada2021-10-131-1/+6
* [ruby/reline] Close working pipesNobuyoshi Nakada2021-10-121-2/+7
* [ruby/reline] Reline doesn't have Reline.editing_modeaycabta2021-10-111-4/+0
* [ruby/reline] Add I/O testaycabta2021-10-111-6/+10
* [ruby/reline] Use single quotes to match the othersaycabta2021-10-111-1/+1
* [ruby/reline] Add a test for Reline.delete_textaycabta2021-10-111-0/+19
* [ruby/reline] Add assertions for Reline.pointaycabta2021-10-111-4/+2
* [ruby/reline] Add a test for Reline.insert_text and Reline.line_bufferaycabta2021-10-111-5/+3
* Stop using global constant, RELINE_TEST_ENCODINGaycabta2021-06-211-1/+1
* [ruby/reline] The config file must accept any character encodingaycabta2021-06-211-1/+7
* [ruby/reline] Suppress crashing when completer_{quote,word_break}_characters ...aycabta2021-03-241-0/+4
* 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
* Reline: Fix changed test results due to change to UTF-8 on WindowsLars Kanis2020-01-211-9/+13
* Change argument `Proc` to `#call` defined object.manga_osyo2019-11-211-0/+24
* 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