aboutsummaryrefslogtreecommitdiffstats
path: root/test/reline
Commit message (Expand)AuthorAgeFilesLines
* [ruby/reline] Suppress $/ warningsNobuyoshi Nakada2020-03-271-1/+8
* [ruby/reline] Add a comment why rescue yamatanooroti loading error on the testaycabta2020-03-261-1/+3
* [ruby/reline] Rename test suite name of yamatanooroti testaycabta2020-03-261-1/+3
* [ruby/reline] Add yamatanooroti rendering testaycabta2020-03-261-0/+37
* [ruby/reline] Suppress error in case INPUTRC env is emptyaycabta2020-03-261-0/+9
* [ruby/reline] Work with wrong $/ value correctlyaycabta2020-03-261-0/+9
* Reset Reline.pointKoichi Sasada2020-03-021-0/+1
* skip test if Reline.completion_proc is nil.Koichi Sasada2020-03-021-1/+4
* Use test_mode on Reline::History::Test for encodingaycabta2020-01-261-0/+4
* Reline: Fix changed test results due to change to UTF-8 on WindowsLars Kanis2020-01-212-10/+18
* [ruby/reline] Implement vi_change_metaaycabta2020-01-211-0/+23
* [ruby/reline] Implement vi_prev_char and vi_to_prev_charaycabta2020-01-201-0/+36
* [ruby/reline] Implement vi_to_next_charaycabta2020-01-201-0/+18
* Implement vi_insert_at_bol and vi_add_at_eolaycabta2020-01-171-0/+36
* Add tests for vi_insert and vi_addaycabta2020-01-171-0/+32
* Introduce an abstracted structure about the encoding of Relineaycabta2020-01-144-7/+8
* Support history-size in .inputrc correctlyaycabta2020-01-061-0/+11
* Complete indented and quoted string correctlyaycabta2020-01-061-5/+36
* Add test_completion_with_indent_and_completer_quote_charactersaycabta2019-12-271-0/+31
* ^D on non-empty line in vi mode behaves like Enteraycabta2019-12-251-8/+11
* The delete-char-or-list shows completed list when called at end of lineaycabta2019-12-241-3/+40
* Support change search directionaycabta2019-12-171-0/+64
* Support forward-search-history by C-saycabta2019-12-171-0/+28
* Show a menu before a documentaycabta2019-12-131-0/+66
* Suppress to crash IRB if completed list has nilaycabta2019-12-121-0/+45
* Support completion with case-insensitive fashionaycabta2019-12-101-0/+51
* Change encoding of completion list...for more testsaycabta2019-12-051-0/+6
* Change encoding of completion listaycabta2019-12-051-1/+6
* Support disable-completionaycabta2019-12-051-0/+39
* Fix variable catchaycabta2019-12-051-0/+8
* Support incremental search by last determined wordaycabta2019-12-031-0/+37
* Support incremental search again by C-r in incremental searchaycabta2019-12-021-0/+22
* Search history to back in the middle of historiesaycabta2019-12-021-0/+22
* Remove obsolete codeaycabta2019-12-021-1/+0
* The ed_search_prev_history should always search to backwardaycabta2019-12-011-0/+28
* Add test/reline/test_string_processing.rbaycabta2019-11-211-0/+23
* Change argument `Proc` to `#call` defined object.manga_osyo2019-11-211-0/+24
* Prefer dedecated assertionsNobuyoshi Nakada2019-11-191-4/+4
* Implement em_set_mark and em_exchange_markaycabta2019-11-152-0/+36
* 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
* Make rb_scan_args handle keywords more similar to Ruby methods (#2460)Jeremy Evans2019-09-251-1/+1
* Add test with encoding.manga_osyo2019-08-271-10/+10
* Change to test file path.manga_osyo2019-08-271-0/+242
* Refactoring Reline.manga_osyo2019-08-271-3/+6
* Fix reference core method.manga_osyo2019-08-271-2/+2
* Remove test_mode in `lib/reline`.manga_osyo2019-08-271-0/+12
* Remove commented out debug printaycabta2019-08-181-4/+0
* Don't crash when deleting at the end of the lineAlan Wu2019-08-181-0/+10