aboutsummaryrefslogtreecommitdiffstats
path: root/test/reline
Commit message (Expand)AuthorAgeFilesLines
* [ruby/reline] Move only one line when render a line and then go to the next lineaycabta2021-09-081-1/+0
* [ruby/reline] Add a test for key bindings with Reline::Keyaycabta2021-09-061-0/+18
* [ruby/reline] Add a test for oneshot key bindingsaycabta2021-09-061-0/+12
* [ruby/reline] Rename a temporary test name to appropriate oneaycabta2021-09-061-1/+1
* [ruby/reline] Add a test for Reline::Unicode#take_rangeaycabta2021-09-061-0/+5
* [ruby/reline] Fix a crash when completing empty lineaycabta2021-09-021-0/+13
* [ruby/reline] Fix a crash when completing after 2nd lineaycabta2021-09-022-0/+19
* Revert "Omit some tests until debugging is complete"aycabta2021-08-311-5/+0
* Omit some tests until debugging is completeaycabta2021-08-311-0/+5
* [ruby/reline] Disable autocompletion in testsaycabta2021-08-301-0/+1
* [ruby/reline] Fix tests so that the completion journey starts on first C-n/C-paycabta2021-08-291-30/+0
* [ruby/reline] Add workspace member for the latest IRB's implementationaycabta2021-08-141-1/+1
* [ruby/reline] Remove private visibilityaycabta2021-08-141-1/+1
* Use TERM=xterm for tests on Solarisaycabta2021-08-071-1/+1
* Set TERM env for some CI environmentsaycabta2021-08-072-2/+3
* Check the result of tigetstrNobuyoshi Nakada2021-08-061-0/+8
* test/reline/test_terminfo.rb: skip when setupterm failsYusuke Endoh2021-08-061-0/+2
* Tests for Windows can run only on WindowsNobuyoshi Nakada2021-08-051-1/+1
* Use test-unit assertionsaycabta2021-07-301-7/+7
* [ruby/reline] Fixed Ctrl+Enter key in Windows.SilverPhoenix992021-07-301-0/+41
* [ruby/reline] Check empty .inputrcaycabta2021-07-301-0/+6
* [ruby/reline] Windows cmd: Don't type anything when pressing ALT keys aloneLars Kanis2021-07-301-0/+13
* [ruby/reline] Use "omit" instead of "return"aycabta2021-07-301-2/+2
* [ruby/reline] Add Terminfo testsaycabta2021-07-301-0/+24
* Revert "Revert "[ruby/reline] Fix failed test""aycabta2021-06-251-59/+59
* Revert "[ruby/reline] Fix failed test"aycabta2021-06-251-59/+59
* [ruby/reline] Fix failed testima1zumi2021-06-251-59/+59
* Add detailed message to assert_external_string_equalaycabta2021-06-231-1/+2
* Rescue conversion error of inputrcaycabta2021-06-211-0/+4
* Stop using global constant, RELINE_TEST_ENCODINGaycabta2021-06-218-17/+15
* Call Reline.test_reset in teardown definitelyaycabta2021-06-217-0/+23
* [ruby/reline] Remove an obsolete commented-out testaycabta2021-06-211-25/+0
* [ruby/reline] Add yamatanooroti test about set and exchange markaycabta2021-06-211-0/+10
* [ruby/reline] Reset config for random testaycabta2021-06-211-0/+1
* [ruby/reline] Handle Errno::ENOTTY correctlyaycabta2021-06-211-0/+11
* [ruby/reline] Add a test for pasting Cyrillic chars into command prompt on cp...aycabta2021-06-211-0/+22
* [ruby/reline] The config file must accept any character encodingaycabta2021-06-214-6/+26
* [ruby/reline] Use ReadConsoleInputW() instead of getwch()aycabta2021-06-211-0/+23
* [ruby/reline] ensure reline's encoding is used when reading inputrc character...Mark Delk2021-06-211-0/+10
* [ruby/reline] Separate keystrokes each editing modeaycabta2021-04-081-0/+15
* [ruby/reline] Reset @rest_height when clear screenaycabta2021-04-021-0/+11
* [ruby/reline] Suppress crashing when completer_{quote,word_break}_characters ...aycabta2021-03-241-0/+4
* [ruby/reline] Support preposing and postposing for Reline.completion_procaycabta2021-03-241-0/+54
* [ruby/reline] Reline.delete_text removes the current line in multilineaycabta2021-03-241-0/+13
* [ruby/reline] Add a test for suppressing crash when dynamic prompt returns emptyaycabta2021-02-212-0/+16
* [ruby/reline] Move script files for yamatanooroti testsaycabta2021-02-213-43/+144
* [ruby/reline] Return 1 when char width not foundaycabta2021-02-211-0/+8
* [ruby/reline] Terminate correctly in the middle of lines higher than the screenaycabta2021-02-071-0/+14
* [ruby/reline] Autowrap correctly when inserting chars in the middle of a lineaycabta2021-02-071-0/+14
* [ruby/reline] Windows needs more times to wait renderingaycabta2021-01-181-1/+3