summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Add aliases for commands for changing text macroaycabta2019-06-041-0/+14
* Implement transpose-wordsaycabta2019-06-041-0/+42
* Remove conflict resolution mistake [ci skip]Takashi Kokubun2019-06-041-2/+2
* Improve test_color to prevent regressionTakashi Kokubun2019-06-041-2/+1
* colorize_code must return escaped textTakashi Kokubun2019-06-041-2/+3
* Colorize error charactersNobuyoshi Nakada2019-06-041-8/+5
* Fix the error token on "invalid hex escape"Nobuyoshi Nakada2019-06-032-1/+11
* Make size on an infinite each_slice enumerator return InfinityJeremy Evans2019-06-021-0/+5
* 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
* Update String#crypt tests to work on OpenBSDJeremy Evans2019-06-013-8/+33
* Ignore warnings about mismatched indentations.Hiroshi SHIBATA2019-06-012-2/+2
* Ignore warnings about argument prefix with operator symbol.Hiroshi SHIBATA2019-06-013-10/+10
* Ignore warnings about ambiguous first argument with the negative integer.Hiroshi SHIBATA2019-06-012-18/+18
* Ignore warnings about ambiguous first argument of regexp with assert match.Hiroshi SHIBATA2019-06-014-16/+16
* Merge rubygems master from upstream.Hiroshi SHIBATA2019-06-0137-584/+734
* Reset Config at Reline::Config::Test#teardownaycabta2019-06-011-0/+1
* Use inputrc data for keystroke settingaycabta2019-06-012-25/+35
* Fix FrozenError when assigning frozen class to constantNobuyoshi Nakada2019-06-011-0/+2
* Keep vm->orig_progname aliveAlan Wu2019-05-311-0/+8
* Fix visibility of some methods when using DelegateClassJeremy Evans2019-05-301-0/+31
* Allow DelegateClass() to module_eval given blockJeremy Evans2019-05-301-0/+7
* Warn compile_error only when input is finishedTakashi Kokubun2019-05-311-3/+31
* parse.y: adjust here-doc error tokenNobuyoshi Nakada2019-05-301-3/+7
* Include stack elements left after errorsNobuyoshi Nakada2019-05-301-0/+22
* parse.y: continue after heredoc errorNobuyoshi Nakada2019-05-301-0/+6
* Colorize errors moreNobuyoshi Nakada2019-05-291-0/+1
* parse.y: fix state after ivar/cvarNobuyoshi Nakada2019-05-291-0/+18
* Colorize compile_error as same as on_parse_errorNobuyoshi Nakada2019-05-291-1/+1
* parse.y: flush invalid charNobuyoshi Nakada2019-05-291-1/+10
* test/rubygems/test_gem_stream_ui.rb (test_ask_for_password): extend the timeoutYusuke Endoh2019-05-291-1/+1
* Remove extra items because Reline::HISTORY is a sized queueaycabta2019-05-291-0/+28
* Revert 3b7862c8e88cd7838a53ec083ac5733386400956 causing various CI hangsTakashi Kokubun2019-05-293-34/+5
* Skip a reline test hanging on Wercker since 3b7862c8e8Takashi Kokubun2019-05-291-0/+1
* 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
* parse.y: warn escaped whitespaceNobuyoshi Nakada2019-05-292-0/+27
* Update the certificate files to make the test pass on Debian 10Yusuke Endoh2019-05-285-141/+281
* parse.y: numbered parameter symbolNobuyoshi Nakada2019-05-281-0/+5
* Use Reline.completer_quote_characters to completeaycabta2019-05-282-2/+0
* Colorize error partNobuyoshi Nakada2019-05-271-1/+3