aboutsummaryrefslogtreecommitdiffstats
path: root/test/irb
Commit message (Expand)AuthorAgeFilesLines
* [ruby/irb] Show code page by irb_info on Windowsaycabta2021-07-161-0/+5
* [ruby/irb] Escape space in free-spacing modeaycabta2021-07-161-14/+14
* [ruby/irb] Show LANG and LC_ALL env by irb_infoaycabta2021-07-111-0/+47
* [ruby/irb] Fix error on `ls object_cant_define_singleton`Masataka Pocke Kuwabara2021-06-301-0/+19
* Strip trailing spacesNobuyoshi Nakada2021-06-231-1/+1
* [ruby/irb] Sort ls result ordered by anscestryKeiko Kaneko2021-06-221-9/+17
* Set USE_COLORIZE to the default value in a testaycabta2021-05-241-2/+5
* [ruby/irb] update test/irb/test_init.rb to avoid useless evaljethrodaniel2021-05-241-2/+2
* [ruby/irb] respect NO_COLOR environment variableMark Delk2021-05-241-0/+16
* test/irb/test_raise_no_backtrace_exception.rb: fix test file pathNobuyoshi Nakada2021-05-181-2/+4
* test/irb/test_raise_no_backtrace_exception.rb: Set LC_MESSAGES as UTF-8Yusuke Endoh2021-05-111-1/+3
* [ruby/irb] Skip test_raise_exception_with_invalid_byte_sequenceTakashi Kokubun2021-05-111-2/+2
* Explicitly specify encoding for another test as wellTakashi Kokubun2021-05-101-2/+2
* test/irb/test_raise_no_backtrace_exception.rb: UTF-8 is expectedYusuke Endoh2021-05-111-1/+1
* [ruby/irb] Skip the new IRB test on Windows for nowTakashi Kokubun2021-05-111-1/+1
* [ruby/irb] Treat encodings in exception correctlyaycabta2021-05-111-0/+25
* [ruby/irb] Deal with different screen sizesNobuyoshi Nakada2021-05-081-4/+4
* [ruby/irb] Dump ancestors' methods by ls commandMasataka Pocke Kuwabara2021-05-081-1/+22
* [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