summaryrefslogtreecommitdiff
path: root/test/reline
AgeCommit message (Expand)Author
2021-09-02[ruby/reline] Fix a crash when completing empty lineaycabta
2021-09-02[ruby/reline] Fix a crash when completing after 2nd lineaycabta
2021-08-31Revert "Omit some tests until debugging is complete"aycabta
2021-08-31Omit some tests until debugging is completeaycabta
2021-08-30[ruby/reline] Disable autocompletion in testsaycabta
2021-08-29[ruby/reline] Fix tests so that the completion journey starts on first C-n/C-paycabta
2021-08-14[ruby/reline] Add workspace member for the latest IRB's implementationaycabta
2021-08-14[ruby/reline] Remove private visibilityaycabta
2021-08-07Use TERM=xterm for tests on Solarisaycabta
2021-08-07Set TERM env for some CI environmentsaycabta
2021-08-06Check the result of tigetstrNobuyoshi Nakada
2021-08-06test/reline/test_terminfo.rb: skip when setupterm failsYusuke Endoh
2021-08-05Tests for Windows can run only on WindowsNobuyoshi Nakada
2021-07-30Use test-unit assertionsaycabta
2021-07-30[ruby/reline] Fixed Ctrl+Enter key in Windows.SilverPhoenix99
2021-07-30[ruby/reline] Check empty .inputrcaycabta
2021-07-30[ruby/reline] Windows cmd: Don't type anything when pressing ALT keys aloneLars Kanis
2021-07-30[ruby/reline] Use "omit" instead of "return"aycabta
2021-07-30[ruby/reline] Add Terminfo testsaycabta
2021-06-25Revert "Revert "[ruby/reline] Fix failed test""aycabta
2021-06-25Revert "[ruby/reline] Fix failed test"aycabta
2021-06-25[ruby/reline] Fix failed testima1zumi
2021-06-23Add detailed message to assert_external_string_equalaycabta
2021-06-21Rescue conversion error of inputrcaycabta
2021-06-21Stop using global constant, RELINE_TEST_ENCODINGaycabta
2021-06-21Call Reline.test_reset in teardown definitelyaycabta
2021-06-21[ruby/reline] Remove an obsolete commented-out testaycabta
2021-06-21[ruby/reline] Add yamatanooroti test about set and exchange markaycabta
2021-06-21[ruby/reline] Reset config for random testaycabta
2021-06-21[ruby/reline] Handle Errno::ENOTTY correctlyaycabta
2021-06-21[ruby/reline] Add a test for pasting Cyrillic chars into command prompt on cp...aycabta
2021-06-21[ruby/reline] The config file must accept any character encodingaycabta
2021-06-21[ruby/reline] Use ReadConsoleInputW() instead of getwch()aycabta
2021-06-21[ruby/reline] ensure reline's encoding is used when reading inputrc character...Mark Delk
2021-04-08[ruby/reline] Separate keystrokes each editing modeaycabta
2021-04-02[ruby/reline] Reset @rest_height when clear screenaycabta
2021-03-24[ruby/reline] Suppress crashing when completer_{quote,word_break}_characters ...aycabta
2021-03-24[ruby/reline] Support preposing and postposing for Reline.completion_procaycabta
2021-03-24[ruby/reline] Reline.delete_text removes the current line in multilineaycabta
2021-02-21[ruby/reline] Add a test for suppressing crash when dynamic prompt returns emptyaycabta
2021-02-21[ruby/reline] Move script files for yamatanooroti testsaycabta
2021-02-21[ruby/reline] Return 1 when char width not foundaycabta
2021-02-07[ruby/reline] Terminate correctly in the middle of lines higher than the screenaycabta
2021-02-07[ruby/reline] Autowrap correctly when inserting chars in the middle of a lineaycabta
2021-01-18[ruby/reline] Windows needs more times to wait renderingaycabta
2021-01-18[ruby/reline] Tests with yamatanooroti don't need chdiraycabta
2021-01-13Rename RubyVM::MJIT to RubyVM::JITTakashi Kokubun
2021-01-13[ruby/reline] Move the cursor correctly when deleting at eolaycabta
2021-01-13[ruby/reline] Handle ed_search_{prev,next}_history in multiline correctlyaycabta
2021-01-08[ruby/reline] Suppress auto indent for adding newlines in pastingaycabta