summaryrefslogtreecommitdiff
path: root/test/irb/test_cmd.rb
AgeCommit message (Expand)Author
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-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] Add "show_cmds" command to list all commands'Stan Lo
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] 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-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] 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-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-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
2021-12-20[ruby/irb] Remove unnecessary space in regexpaycabta
2021-12-20[ruby/irb] Add East Asian Ambiguous Width to irb_info commandaycabta
2021-10-11[ruby/irb] Clean up a duplicated definitionTakashi Kokubun
2021-10-10[ruby/irb] trufflruby fails on the show_source testTakashi Kokubun
2021-10-10[ruby/irb] Add a test of find_end for show_source commandTakashi Kokubun
2021-07-16[ruby/irb] Show code page by irb_info on Windowsaycabta
2021-07-16[ruby/irb] Escape space in free-spacing modeaycabta
2021-07-11[ruby/irb] Show LANG and LC_ALL env by irb_infoaycabta
2021-06-30[ruby/irb] Fix error on `ls object_cant_define_singleton`Masataka Pocke Kuwabara
2021-06-23Strip trailing spacesNobuyoshi Nakada
2021-06-22[ruby/irb] Sort ls result ordered by anscestryKeiko Kaneko
2021-05-08[ruby/irb] Deal with different screen sizesNobuyoshi Nakada
2021-05-08[ruby/irb] Dump ancestors' methods by ls commandMasataka Pocke Kuwabara
2021-04-05[ruby/irb] Suppress verbose messages in the parallel testNobuyoshi Nakada
2021-04-02[ruby/irb] Add show_source commandTakashi Kokubun
2021-04-02[ruby/irb] Suppress verbose messages in the parallel testNobuyoshi Nakada
2021-03-29[ruby/irb] Always add input method when calling Irb.new in testsaycabta
2021-03-23Suppress verbose messagesNobuyoshi Nakada
2021-03-21[ruby/irb] Deal with different screen sizesTakashi Kokubun
2021-03-21[ruby/irb] Add whereami commandTakashi Kokubun