summaryrefslogtreecommitdiff
path: root/test/irb
AgeCommit message (Expand)Author
2021-05-11test/irb/test_raise_no_backtrace_exception.rb: Set LC_MESSAGES as UTF-8Yusuke Endoh
2021-05-11[ruby/irb] Skip test_raise_exception_with_invalid_byte_sequenceTakashi Kokubun
2021-05-10Explicitly specify encoding for another test as wellTakashi Kokubun
2021-05-11test/irb/test_raise_no_backtrace_exception.rb: UTF-8 is expectedYusuke Endoh
2021-05-11[ruby/irb] Skip the new IRB test on Windows for nowTakashi Kokubun
2021-05-11[ruby/irb] Treat encodings in exception correctlyaycabta
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-26[ruby/irb] Added setup and teardown to TestIRB::TestInitNobuyoshi Nakada
2021-04-26[ruby/irb] Added `colorable` keyword optionNobuyoshi Nakada
2021-04-26[ruby/irb] Assertions on non-ttyNobuyoshi Nakada
2021-04-26[ruby/irb] Added test_colorizeNobuyoshi Nakada
2021-04-26[ruby/irb] Added assert_equal_with_termNobuyoshi Nakada
2021-04-05[ruby/irb] Suppress verbose messages in the parallel testNobuyoshi Nakada
2021-04-03[ruby/irb] Evaluate each toplevel statementaycabta
2021-04-03[ruby/irb] Add test for multiline pasteaycabta
2021-04-03[ruby/irb] Add yamatanooroti test exampleaycabta
2021-04-02[ruby/irb] Add show_source commandTakashi Kokubun
2021-04-02[ruby/irb] Colorize `__END__` as keywordNobuyoshi Nakada
2021-04-02[ruby/irb] SIGINT should raise Interrupt after IRB sessionKoichi Sasada
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-25[ruby/irb] Cache completion files to requireaycabta
2021-03-24[ruby/irb] fix completion test when out-of-place buildNobuyoshi Nakada
2021-03-24[ruby/irb] Complete require and require_relativeaycabta
2021-03-24[ruby/irb] Change ripper_lex_without_warning to a class methodaycabta
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-20[ruby/irb] Don't call Ruby 2.4+'s String#pretty_printTakashi Kokubun
2021-03-18Try to fix errors in TestIRB::TestHistory tooKazuhiro NISHIYAMA
2021-03-18Fix errors when XDG_CONFIG_HOME points to non-writable directoryKazuhiro NISHIYAMA
2021-03-06[ruby/irb] Make save-history extension safe for concurrent useJeremy Evans
2021-03-05[ruby/irb] Add a test for not continuing when endless range at eolaycabta
2021-02-11[ruby/irb] The command "irb_info" should show RUBY_PLATFORMaycabta
2021-02-11[ruby/irb] Suppress colorize on Windows testsaycabta
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-02-03[ruby/irb] follow up the actual line numberNobuhiro IMAI
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
2021-01-24[ruby/irb] Indent correctly with method calling with receiveraycabta
2021-01-24[ruby/irb] Indent correctly with keyword "for" and "in"aycabta
2021-01-20[ruby/irb] Remove pp-specific stub from TestColorTakashi Kokubun
2021-01-20[ruby/irb] Undefine unused constantsTakashi Kokubun
2021-01-20[ruby/irb] Split test files for IRB::Color and IRB::ColorPrinterTakashi Kokubun
2021-01-19[ruby/irb] Stub a screen size for test_contextTakashi Kokubun
2021-01-18[ruby/irb] Support GitHub ActionsTakashi Kokubun