aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* Do not kick finalizers on rb_gc().Koichi Sasada2019-05-231-2/+0
* range.c (inspect_range): omit beginless "nil"Yusuke Endoh2019-05-231-0/+4
* hash.c (rb_hash_s_create): Reject `Hash[[nil]]`Yusuke Endoh2019-05-231-6/+5
* Use Reline.test_mode in Reline's test tooaycabta2019-05-222-0/+2
* Copy config to make IRB::Context#use_colorize? functionalTakashi Kokubun2019-05-211-0/+4
* re-skip tests of GC.compact.Koichi Sasada2019-05-211-0/+2
* Support DEL keyaycabta2019-05-211-0/+25
* enable test for GC.compact to reproduce an issue on CIKoichi Sasada2019-05-211-2/+0
* Do not modify shared arrayNobuyoshi Nakada2019-05-211-1/+0