summaryrefslogtreecommitdiff
path: root/test/reline/test_reline.rb
AgeCommit message (Expand)Author
2023-07-07[ruby/reline] Reduce direct references to `Reline::IOGate`Stan Lo
2023-07-05[ruby/reline] Update Relin::IOGate dinamically when it is neededtomoya ishida
2023-04-15[ruby/reline] Change Reline.add_dialog_proc(name, nil) to properlytomoya ishida
2023-02-05[ruby/reline] test_dumb_terminal: "ruby" command is not always availableSorah Fukumori
2022-12-05[ruby/reline] Remove unapproved color setting APIsStan Lo
2022-09-01[ruby/reline] Support dumb terminalNobuyoshi Nakada
2022-07-22[ruby/reline] Rename dialog_pointer_* to dialog_highlight_*st0012
2022-07-16[ruby/reline] Use color name instead of code (integer) in dialog color APIsst0012
2022-07-11[ruby/reline] Add tests for top-level dialog color APIsst0012
2022-01-03[ruby/reline] Remove test TODO comments that have been confirmed by E2E testsaycabta
2021-12-29[ruby/reline] Use omit instead of skipHiroshi SHIBATA
2021-12-20[ruby/reline] Add a test for dialog proc with contextaycabta
2021-12-20[ruby/reline] Add an assertion for overwriting dialog proc with the same nameaycabta
2021-12-20[ruby/reline] Rename the variable "p" because it overlaps with the "p" methodaycabta
2021-12-20[ruby/reline] Add support for overwriting dialog proc with the same nameaycabta
2021-12-20[ruby/reline] Add Reline.dialog_proc(name_sym)aycabta
2021-12-20[ruby/reline] Add a test for Reline.add_dialog_procaycabta
2021-10-13[ruby/reline] Skip when unable to set inputNobuyoshi Nakada
2021-10-12[ruby/reline] Close working pipesNobuyoshi Nakada
2021-10-11[ruby/reline] Reline doesn't have Reline.editing_modeaycabta
2021-10-11[ruby/reline] Add I/O testaycabta
2021-10-11[ruby/reline] Use single quotes to match the othersaycabta
2021-10-11[ruby/reline] Add a test for Reline.delete_textaycabta
2021-10-11[ruby/reline] Add assertions for Reline.pointaycabta
2021-10-11[ruby/reline] Add a test for Reline.insert_text and Reline.line_bufferaycabta
2021-06-21Stop using global constant, RELINE_TEST_ENCODINGaycabta
2021-06-21[ruby/reline] The config file must accept any character encodingaycabta
2021-03-24[ruby/reline] Suppress crashing when completer_{quote,word_break}_characters ...aycabta
2020-05-14Restore class variable setting for testsaycabta
2020-05-14Initialize Reline callbacks when test suit startsaycabta
2020-03-02skip test if Reline.completion_proc is nil.Koichi Sasada
2020-01-21Reline: Fix changed test results due to change to UTF-8 on WindowsLars Kanis
2019-11-21Change argument `Proc` to `#call` defined object.manga_osyo
2019-11-19Prefer dedecated assertionsNobuyoshi Nakada
2019-11-12Fixed `assert_equal` first argument to be expected.manga_osyo
2019-11-12Reline#readline and Reline#readmultiline to private.osyo-manga
2019-10-07Swap expected and actual correctlyaycabta
2019-08-27Add test with encoding.manga_osyo
2019-08-27Change to test file path.manga_osyo