aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* Do not make an incomplete escape a valid charNobuyoshi Nakada2019-05-271-1/+1
* Ripper#tokenNobuyoshi Nakada2019-05-271-4/+5
* open-uri: Regenerate server certificates for testsYusuke Endoh2019-05-271-124/+217
* context.rb: hide wrapping linesNobuyoshi Nakada2019-05-271-0/+5
* Highlight global variable on IRBTakashi Kokubun2019-05-261-0/+1
* Add FrozenError#receiverJeremy Evans2019-05-261-0/+27
* Refactor IRB color dispatchTakashi Kokubun2019-05-261-1/+1
* Support :@@cvar and : on colorizeaycabta2019-05-271-1/+1
* Make the imaginary color on IRB close to pryTakashi Kokubun2019-05-261-1/+1
* parse.y: broke the terminator condition downNobuyoshi Nakada2019-05-271-0/+2
* Colorize imaginary and rational literalsNobuyoshi Nakada2019-05-261-0/+2
* parse.y: adjust error indicatorNobuyoshi Nakada2019-05-262-1/+4
* test/ruby/test_notimp.rb: Use EnvUtil.timeout for timeout scale factorNobuyoshi Nakada2019-05-261-1/+1
* test/ruby/test_process.rb: Use EnvUtil.timeout for timeout scale factorYusuke Endoh2019-05-261-4/+4
* test/lib/envutil.rb (EnvUtil.timeout): added.Yusuke Endoh2019-05-262-3/+9
* Fix scanner event at invalid syntaxNobuyoshi Nakada2019-05-263-6/+21
* test/rubygems/test_gem_stream_ui.rb (test_ask): extend the timeoutYusuke Endoh2019-05-261-1/+1
* Handle keyword symbol in IRB::Color::SymbolStateTakashi Kokubun2019-05-251-0/+1
* Deal with more syntax highlight edge casesTakashi Kokubun2019-05-251-1/+4
* Fix more unintended syntax highlightsTakashi Kokubun2019-05-251-0/+12
* Always color Symbol as Yellow on IRB::ColorTakashi Kokubun2019-05-251-2/+6
* test/ruby/test_rubyoptions.rb (test_script_from_stdin): scale timeoutYusuke Endoh2019-05-261-1/+2
* Colorize empty embexpr more on IRB::ColorTakashi Kokubun2019-05-251-0/+1
* Support some unhandled syntax highlightTakashi Kokubun2019-05-251-0/+6
* Clear IRB::Color escape sequence before newlineTakashi Kokubun2019-05-251-2/+16
* Add and use Reline::Unicode.escape_for_printTakashi Kokubun2019-05-251-0/+1
* Incremental syntax highlight for IRB source linesTakashi Kokubun2019-05-241-0/+3
* Avoid to show warning message with unused variable.Hiroshi SHIBATA2019-05-251-2/+2
* Support Meta key in Relineaycabta2019-05-242-34/+20