summaryrefslogtreecommitdiff
path: root/test/reline
AgeCommit message (Expand)Author
2020-03-27[ruby/reline] Suppress $/ warningsNobuyoshi Nakada
2020-03-26[ruby/reline] Add a comment why rescue yamatanooroti loading error on the testaycabta
2020-03-26[ruby/reline] Rename test suite name of yamatanooroti testaycabta
2020-03-26[ruby/reline] Add yamatanooroti rendering testaycabta
2020-03-26[ruby/reline] Suppress error in case INPUTRC env is emptyaycabta
2020-03-26[ruby/reline] Work with wrong $/ value correctlyaycabta
2020-03-02Reset Reline.pointKoichi Sasada
2020-03-02skip test if Reline.completion_proc is nil.Koichi Sasada
2020-01-26Use test_mode on Reline::History::Test for encodingaycabta
2020-01-21Reline: Fix changed test results due to change to UTF-8 on WindowsLars Kanis
2020-01-21[ruby/reline] Implement vi_change_metaaycabta
2020-01-20[ruby/reline] Implement vi_prev_char and vi_to_prev_charaycabta
2020-01-20[ruby/reline] Implement vi_to_next_charaycabta
2020-01-17Implement vi_insert_at_bol and vi_add_at_eolaycabta
2020-01-17Add tests for vi_insert and vi_addaycabta
2020-01-14Introduce an abstracted structure about the encoding of Relineaycabta
2020-01-06Support history-size in .inputrc correctlyaycabta
2020-01-06Complete indented and quoted string correctlyaycabta
2019-12-27Add test_completion_with_indent_and_completer_quote_charactersaycabta
2019-12-25^D on non-empty line in vi mode behaves like Enteraycabta
2019-12-24The delete-char-or-list shows completed list when called at end of lineaycabta
2019-12-17Support change search directionaycabta
2019-12-17Support forward-search-history by C-saycabta
2019-12-13Show a menu before a documentaycabta
2019-12-12Suppress to crash IRB if completed list has nilaycabta
2019-12-10Support completion with case-insensitive fashionaycabta
2019-12-05Change encoding of completion list...for more testsaycabta
2019-12-05Change encoding of completion listaycabta
2019-12-05Support disable-completionaycabta
2019-12-05Fix variable catchaycabta
2019-12-03Support incremental search by last determined wordaycabta
2019-12-02Support incremental search again by C-r in incremental searchaycabta
2019-12-02Search history to back in the middle of historiesaycabta
2019-12-02Remove obsolete codeaycabta
2019-12-01The ed_search_prev_history should always search to backwardaycabta
2019-11-21Add test/reline/test_string_processing.rbaycabta
2019-11-21Change argument `Proc` to `#call` defined object.manga_osyo
2019-11-19Prefer dedecated assertionsNobuyoshi Nakada
2019-11-15Implement em_set_mark and em_exchange_markaycabta
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-09-25Make rb_scan_args handle keywords more similar to Ruby methods (#2460)Jeremy Evans
2019-08-27Add test with encoding.manga_osyo
2019-08-27Change to test file path.manga_osyo
2019-08-27Refactoring Reline.manga_osyo
2019-08-27Fix reference core method.manga_osyo
2019-08-27Remove test_mode in `lib/reline`.manga_osyo
2019-08-18Remove commented out debug printaycabta
2019-08-18Don't crash when deleting at the end of the lineAlan Wu