summaryrefslogtreecommitdiff
path: root/test/irb
AgeCommit message (Expand)Author
2023-01-14[ruby/irb] Store context in RubyLexStan Lo
2023-01-12[ruby/irb] Avoid calling private methods on the main objectStan Lo
2023-01-11[ruby/irb] Drop unused arguments in `RubyLex`Stan Lo
2023-01-05[ruby/irb] Group command test cases with classStan Lo
2023-01-02[ruby/irb] Fix prompt and code mismatchtomoya ishida
2022-12-27[ruby/irb] Add dynamic prompt test case for quoted heredocStan Lo
2022-12-26Sync IRB master: tool/sync_default_gems.rb irbTakashi Kokubun
2022-12-26[ruby/irb] Suppress "switching inspect mode" messagesNobuyoshi Nakada
2022-12-26[ruby/irb] Remove unnecessary warning check on help commandStan Lo
2022-12-26[ruby/irb] Remove unnecessary test setupStan Lo
2022-12-26[ruby/irb] Add test for the help commandst0012
2022-12-26[ruby/irb] Test colors with enabling colorsNobuyoshi Nakada
2022-12-19[ruby/irb] PTY module is platform dependentNobuyoshi Nakada
2022-12-16[ruby/irb] Prefer to use File.open instead of Kernel.openHiroshi SHIBATA
2022-12-12[ruby/irb] Group show_doc tests and update the expectationStan Lo
2022-12-12[ruby/irb] `show_doc` command should take non-string argument tooStan Lo
2022-12-09[ruby/irb] Fix step command (https://github.com/ruby/irb/pull/477)Stan Lo
2022-12-08[ruby/irb] Add show_doc as an alias to the help commandStan Lo
2022-12-08[ruby/irb] Gracefully handle missing command argumentStan Lo
2022-12-08[ruby/irb] Kill PTY process after test is finishedStan Lo
2022-12-08[ruby/irb] Add "show_cmds" command to list all commands'Stan Lo
2022-12-06[ruby/irb] Allow disabling autocompletion withStan Lo
2022-12-05[ruby/irb] Close leaked pty IOsNobuyoshi Nakada
2022-12-02[ruby/irb] Require pathname in test helperStan Lo
2022-12-02[ruby/irb] Disable debug cmd tests based on project structureStan Lo
2022-12-02[ruby/irb] This doesn't work on RubyCI eitherTakashi Kokubun
2022-12-02[ruby/irb] Skip debug command tests on ruby/rubyTakashi Kokubun
2022-12-02[ruby/irb] Use the proper ruby command and library pathNobuyoshi Nakada
2022-12-02[ruby/irb] Test debug commands without yamatanoorotiStan Lo
2022-11-27[ruby/irb] Activate yamatanooroti tests on CIStan Lo
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