aboutsummaryrefslogtreecommitdiffstats
path: root/test/irb
Commit message (Expand)AuthorAgeFilesLines
* [ruby/irb] Added setup and teardown to TestIRB::TestInitNobuyoshi Nakada2021-04-261-20/+17
* [ruby/irb] Added `colorable` keyword optionNobuyoshi Nakada2021-04-261-0/+22
* [ruby/irb] Assertions on non-ttyNobuyoshi Nakada2021-04-261-4/+15
* [ruby/irb] Added test_colorizeNobuyoshi Nakada2021-04-261-3/+27
* [ruby/irb] Added assert_equal_with_termNobuyoshi Nakada2021-04-261-15/+17
* [ruby/irb] Suppress verbose messages in the parallel testNobuyoshi Nakada2021-04-051-1/+1
* [ruby/irb] Evaluate each toplevel statementaycabta2021-04-031-10/+86
* [ruby/irb] Add test for multiline pasteaycabta2021-04-031-0/+35
* [ruby/irb] Add yamatanooroti test exampleaycabta2021-04-031-0/+54
* [ruby/irb] Add show_source commandTakashi Kokubun2021-04-021-0/+17
* [ruby/irb] Colorize `__END__` as keywordNobuyoshi Nakada2021-04-021-0/+1
* [ruby/irb] SIGINT should raise Interrupt after IRB sessionKoichi Sasada2021-04-021-0/+6
* [ruby/irb] Suppress verbose messages in the parallel testNobuyoshi Nakada2021-04-021-2/+2
* [ruby/irb] Always add input method when calling Irb.new in testsaycabta2021-03-291-44/+42
* [ruby/irb] Cache completion files to requireaycabta2021-03-251-0/+12
* [ruby/irb] fix completion test when out-of-place buildNobuyoshi Nakada2021-03-241-1/+3
* [ruby/irb] Complete require and require_relativeaycabta2021-03-241-0/+14
* [ruby/irb] Change ripper_lex_without_warning to a class methodaycabta2021-03-241-4/+2
* Suppress verbose messagesNobuyoshi Nakada2021-03-231-0/+2
* [ruby/irb] Deal with different screen sizesTakashi Kokubun2021-03-211-1/+1
* [ruby/irb] Add whereami commandTakashi Kokubun2021-03-211-0/+17
* [ruby/irb] Implement ls commandTakashi Kokubun2021-03-211-0/+17
* [ruby/irb] Don't call Ruby 2.4+'s String#pretty_printTakashi Kokubun2021-03-201-0/+1
* Try to fix errors in TestIRB::TestHistory tooKazuhiro NISHIYAMA2021-03-181-0/+2
* Fix errors when XDG_CONFIG_HOME points to non-writable directoryKazuhiro NISHIYAMA2021-03-181-0/+2
* [ruby/irb] Make save-history extension safe for concurrent useJeremy Evans2021-03-061-0/+36
* [ruby/irb] Add a test for not continuing when endless range at eolaycabta2021-03-051-0/+14
* [ruby/irb] The command "irb_info" should show RUBY_PLATFORMaycabta2021-02-111-2/+6
* [ruby/irb] Suppress colorize on Windows testsaycabta2021-02-111-0/+6
* [ruby/irb] Enable to reassign a new block with "measure" commandaycabta2021-02-061-1/+8
* [ruby/irb] Allow "measure" command to take blockaycabta2021-02-061-0/+34
* [ruby/irb] follow up the actual line numberNobuhiro IMAI2021-02-031-0/+21
* In test, need to pass a context to IRB::WorkSpace.new explicitlyaycabta2021-01-271-2/+2
* [ruby/irb] specify the `VERBOSE` to `false` and fix tests to fitNobuhiro IMAI2021-01-271-8/+6
* [ruby/irb] use `RubyLex::TerminateLineInput` appropriately [Bug #17564]Nobuhiro IMAI2021-01-271-0/+54
* [ruby/irb] Indent correctly with method calling with receiveraycabta2021-01-241-0/+64
* [ruby/irb] Indent correctly with keyword "for" and "in"aycabta2021-01-241-0/+32
* [ruby/irb] Remove pp-specific stub from TestColorTakashi Kokubun2021-01-201-13/+0
* [ruby/irb] Undefine unused constantsTakashi Kokubun2021-01-201-4/+0
* [ruby/irb] Split test files for IRB::Color and IRB::ColorPrinterTakashi Kokubun2021-01-202-22/+71
* [ruby/irb] Stub a screen size for test_contextTakashi Kokubun2021-01-192-2/+11
* [ruby/irb] Support GitHub ActionsTakashi Kokubun2021-01-181-3/+3
* [ruby/irb] Stub a screen size for testsTakashi Kokubun2021-01-181-0/+15
* [ruby/irb] skip a failling test on TruffleRubyNobuhiro IMAI2021-01-181-0/+1
* [ruby/irb] handle repeated exception separatelyNobuhiro IMAI2021-01-181-0/+18
* [ruby/irb] handle `__ENCODING__` as a keyword as wellNobuhiro IMAI2021-01-181-1/+2
* Fix the failing test with XDG_CONFIG_HOMEHiroshi SHIBATA2021-01-121-0/+4
* Suppress constant redefinition warningsNobuyoshi Nakada2021-01-111-1/+3
* [ruby/irb] Make IRB::ColorPrinter.pp compatible with PP.ppTakashi Kokubun2021-01-071-3/+3
* should use `assert_include` here.Koichi Sasada2021-01-081-1/+1