aboutsummaryrefslogtreecommitdiffstats
path: root/test/reline
Commit message (Expand)AuthorAgeFilesLines
* 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
* [ruby/reline] Tests with yamatanooroti don't need chdiraycabta2021-01-181-2/+0
* Rename RubyVM::MJIT to RubyVM::JITTakashi Kokubun2021-01-131-1/+1
* [ruby/reline] Move the cursor correctly when deleting at eolaycabta2021-01-131-0/+18
* [ruby/reline] Handle ed_search_{prev,next}_history in multiline correctlyaycabta2021-01-132-0/+61
* [ruby/reline] Suppress auto indent for adding newlines in pastingaycabta2021-01-081-0/+15
* [ruby/reline] Suppress crashing when dynamic_prompt_proc returns a broken pro...aycabta2021-01-081-0/+12
* [ruby/reline] Suppress crashing when auto_indent_proc returns broken indent infoaycabta2021-01-081-0/+14
* [ruby/reline] Remove debug printaycabta2021-01-081-1/+0
* [ruby/reline] Correct var names in Reline were different from vi-*-mode-stringaycabta2021-01-081-6/+6
* [ruby/reline] Update cursor correctly when just cursor movingaycabta2021-01-081-0/+18
* 600x larger timeout for RelineTakashi Kokubun2021-01-051-1/+1
* Increase timeout for reline with --jit-waitTakashi Kokubun2020-12-291-0/+1
* [ruby/reline] Doesn't contain terminate spaces by cwaycabta2020-12-241-7/+25
* [ruby/reline] Use #bytesize for vi_replace_charaycabta2020-12-241-0/+18
* [ruby/reline] Delete the last char of a line by dwaycabta2020-12-241-0/+23
* [ruby/reline] Discard prompt cache by changing mode iconaycabta2020-12-241-0/+14
* [ruby/reline] Fixed an exception occurred when ambiguous width character was ...ima1zumi2020-12-221-0/+4
* [ruby/reline] Support isearch-terminatorsaycabta2020-12-221-0/+30
* [ruby/reline] Render refreshed prompt just after i-search finishedaycabta2020-12-221-0/+11
* [ruby/reline] Yank by em-kill-region correctlyaycabta2020-12-191-0/+18
* [ruby/reline] Bind yank-pop correctlyaycabta2020-12-191-0/+18
* [ruby/reline] Add Enumerable to KillRing for debuggingaycabta2020-12-191-0/+12
* [ruby/reline] Support longer than screen height on Windowsaycabta2020-12-171-0/+1
* [ruby/reline] Support longer than screen heightaycabta2020-12-171-1/+143