aboutsummaryrefslogtreecommitdiffstats
path: root/test/reline
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move a test file of Reline to test/reline/aycabta2019-07-151-0/+273
* Remove unused method.manga_osyo2019-07-151-1/+1
* Support Control- and Meta-aycabta2019-07-041-0/+2
* Check commented out line in inputrc correctlyaycabta2019-07-041-0/+22
* Parse key sequence more strictlyNobuyoshi Nakada2019-07-041-0/+5
* Skip indented comment lines [Bug #15981]Nobuyoshi Nakada2019-07-041-0/+5
* Remove unnecessary variablesaycabta2019-06-081-1/+0
* Skip transpose-words if less than 2 wordaycabta2019-06-061-0/+76
* Add test_ed_transpose_words_for_mbcharaycabta2019-06-061-0/+42
* Renamed duplicate testNobuyoshi Nakada2019-06-041-1/+1
* Add aliases for commands for changing text macroaycabta2019-06-041-0/+14
* Implement transpose-wordsaycabta2019-06-041-0/+42
* Use lines instead of splitKazuhiro NISHIYAMA2019-06-031-9/+9
* The C-q is also quoted insert in emacs modeaycabta2019-06-031-0/+13
* Add aliases for commands for moving macroaycabta2019-06-031-0/+11
* Close leaked file descripters in testsaycabta2019-06-032-1/+7
* The ed_move_to_beg is different from vi_first_printaycabta2019-06-032-1/+29
* Fix ArgumentError in aliased macroNobuyoshi Nakada2019-06-031-0/+34
* Check conditional nestings in INPUTRCNobuyoshi Nakada2019-06-021-0/+27
* Use simpler regexpKazuhiro NISHIYAMA2019-06-021-6/+6
* Add true condition `Reline`Nobuyoshi Nakada2019-06-021-10/+12
* Add Reline test for unknown macroaycabta2019-06-021-0/+6
* Add new test for Reline within pipeaycabta2019-06-021-0/+24
* Reset Config at Reline::Config::Test#teardownaycabta2019-06-011-0/+1
* Use inputrc data for keystroke settingaycabta2019-06-012-25/+35
* Remove extra items because Reline::HISTORY is a sized queueaycabta2019-05-291-0/+28
* Revert 3b7862c8e88cd7838a53ec083ac5733386400956 causing various CI hangsTakashi Kokubun2019-05-292-33/+5
* Remove extra items because Reline::HISTORY is a sized queueaycabta2019-05-291-0/+27
* Use existing instances for LineEditor and Configaycabta2019-05-292-5/+6
* Use Reline.completer_quote_characters to completeaycabta2019-05-282-2/+0
* Support Meta key in Relineaycabta2019-05-242-34/+20
* Use Reline.test_mode in Reline's test tooaycabta2019-05-222-0/+2
* Support DEL keyaycabta2019-05-211-0/+25
* Rename Reline's test file name because of typoaycabta2019-05-141-0/+0
* Check encoding when Readline completionaycabta2019-05-141-1/+6
* Add ed_search_prev_history to Relineaycabta2019-05-131-0/+13
* Use LineEditor#reset on testaycabta2019-05-132-6/+4
* Revert "Add a test for em_capitol_case of Reline"aycabta2019-05-121-24/+0
* Add a test for em_capitol_case of Relineaycabta2019-05-121-0/+24
* Silence a (probable) debug printNobuyoshi Nakada2019-05-011-0/+2
* Use Encoding::UTF_8 if RELINE_TEST_ENCODING doesn't existaycabta2019-04-301-3/+1
* Use Encoding::UTF_8 if Encoding.default_external is Encoding::IBM437aycabta2019-04-301-0/+2
* Add Reline as a fallback library for Readlineaycabta2019-04-306-0/+2690