summaryrefslogtreecommitdiff
path: root/test/irb/test_cmd.rb
AgeCommit message (Expand)Author
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
2021-03-21[ruby/irb] Implement ls commandTakashi Kokubun
2021-03-18Fix errors when XDG_CONFIG_HOME points to non-writable directoryKazuhiro NISHIYAMA
2021-02-11[ruby/irb] The command "irb_info" should show RUBY_PLATFORMaycabta
2021-02-06[ruby/irb] Enable to reassign a new block with "measure" commandaycabta
2021-02-06[ruby/irb] Allow "measure" command to take blockaycabta
2021-01-27In test, need to pass a context to IRB::WorkSpace.new explicitlyaycabta
2021-01-27[ruby/irb] specify the `VERBOSE` to `false` and fix tests to fitNobuhiro IMAI
2021-01-27[ruby/irb] use `RubyLex::TerminateLineInput` appropriately [Bug #17564]Nobuhiro IMAI
2020-12-20irb: Removed unused variablesv3_0_0_rc1Nobuyoshi Nakada
2020-12-20irb: Define extension command only on the given objectNobuyoshi Nakada
2020-12-20Set non-verbose mode as well as tty modeNobuyoshi Nakada
2020-12-20Set :DEFAULT to PROMPT_MODE for CIaycabta