summaryrefslogtreecommitdiff
path: root/test/irb
AgeCommit message (Expand)Author
2022-11-21[ruby/irb] Add commands to start and use the debuggerTakashi Kokubun
2022-11-21Prevent a "warning: ambiguity between regexp and two divisions"Yusuke Endoh
2022-11-20[ruby/irb] Push an accidentally uncommitted diffTakashi Kokubun
2022-11-20[ruby/irb] Deal with inconsistency with ruby/rubyTakashi Kokubun
2022-11-20[ruby/irb] Require missing EnvUtilTakashi Kokubun
2022-11-20[ruby/irb] Try using a different file nameTakashi Kokubun
2022-11-20[ruby/irb] Require rubygems for ruby/rubyTakashi Kokubun
2022-11-20[ruby/irb] Fix CI failure on ruby/rubyTakashi Kokubun
2022-11-20[ruby/irb] Add edit command (https://github.com/ruby/irb/pull/453)Stan Lo
2022-11-18Prevent a "method redefined" warningYusuke Endoh
2022-11-17Drop Ruby 2.5 supportst0012
2022-11-15[ruby/irb] Improve testing infraStan Lo
2022-11-15Added empty class for test methods in TestIRB casesHiroshi SHIBATA
2022-11-15[ruby/irb] Remove duplicated TestInputMethod definitionsst0012
2022-11-11[ruby/irb] Simplify info command's testsStan Lo
2022-11-10[ruby/irb] Transform ls's --grep/-G option to keyword argsTakashi Kokubun
2022-11-10[ruby/irb] Make $ and @ default aliasesTakashi Kokubun
2022-11-08[ruby/irb] Add execute_lines to reduce command tests' boilerplateStan Lo
2022-11-07[ruby/irb] Support non-string input in show_sourceTakashi Kokubun
2022-11-04[ruby/irb] Silent the noise created when building Context in testsStan Lo
2022-11-04[ruby/irb] Suppress "switching inspect mode" messagesNobuyoshi Nakada
2022-11-03[ruby/irb] Provide a base test class and let tests restore encodingsStan Lo
2022-11-03[ruby/irb] Allow non-identifier aliases like Pry's @ and $Takashi Kokubun
2022-11-03[ruby/irb] Require rubygems to run the test alone on ruby/rubyTakashi Kokubun
2022-11-03[ruby/irb] Fix build_context for ruby/ruby CITakashi Kokubun
2022-11-03[ruby/irb] Require the entire irb lib in RubyLex testStan Lo
2022-11-03[ruby/irb] Refactor RubyLex and its testsStan Lo
2022-10-28[ruby/irb] Do not make non-existent XDG directory on startNobuyoshi Nakada
2022-10-28[ruby/irb] Update regarding NO_COLOR valueNobuyoshi Nakada
2022-10-28[ruby/irb] Suppress sequence to inspect asian ambiguous width Nobuyoshi Nakada
2022-10-28[ruby/irb] Suppress "switching inspect mode" messages Nobuyoshi Nakada
2022-10-27[ruby/irb] Fix warnings in test_cmd.rbPeter Zhu
2022-10-27[ruby/irb] Remove unnecessary test setup Stan Lo
2022-10-27[ruby/irb] Suppress warning for test which uses a locale non-existing on GitH...Benoit Daloze
2022-10-27[ruby/irb] Remove unecesary and harmful pend for TruffleRuby in TestRaiseNoBa...Benoit Daloze
2022-10-27[ruby/irb] Add missing require Stan Lo
2022-10-27[ruby/irb] Add test for IRB::InputCompletor::PerfectMatchedProcst0012
2022-10-26[ruby/irb] Remove unnecessary warning check on help commandStan Lo
2022-10-26[ruby/irb] Rename test_helper.rb to helper.rbPeter Zhu
2022-10-26[ruby/irb] Don't insert new methods to Test::Unit::TestCasest0012
2022-10-26[ruby/irb] Suppress warningsStan Lo
2022-10-26[ruby/irb] Add test for the help commandst0012
2022-10-26[ruby/irb] Extract without_rdoc helperst0012
2022-10-25[ruby/irb] Make sure Encoding's defaults are restored Stan Lo
2022-10-24[ruby/irb] Restore standard input/output encodings after input method tests Stan Lo
2022-10-24[ruby/irb] Add a test case to cover rdoc unintalled scenario st0012
2022-10-24[ruby/irb] Add tests for RelineInputMethod st0012
2022-10-18[ruby/irb] Always use local variables in current context to parse code (https...tomoya ishida
2022-10-18[ruby/irb] Fix code terminated check with heredoc and backtick (https://githu...tomoya ishida
2022-10-17[ruby/irb] Remove unnecessary coloring support checkst0012