aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* Mixed encoding error can continue to parseNobuyoshi Nakada2019-05-242-4/+14
* test/ruby/test_gc.rb (test_gc_stress_at_startup): extend time timeoutYusuke Endoh2019-05-241-1/+1
* Test GC.compact with MJIT againTakashi Kokubun2019-05-231-3/+1
* Add `Time#ceil`.manga_osyo2019-05-231-0/+26
* Test GC.compact on MJIT againTakashi Kokubun2019-05-232-2/+0
* Adding Enumerable#filter_mapAlfonso Jiménez2019-05-232-1/+11
* Fix mixed encoding in heredocJeremy Evans2019-05-221-0/+29
* Skip assertion in readline test if Readline version is 4.3Jeremy Evans2019-05-221-1/+3