summaryrefslogtreecommitdiff
path: root/test/irb
Commit message (Expand)AuthorAgeFilesLines
* [ruby/irb] Tests may not execute in the source directoryNobuyoshi Nakada2021-09-101-8/+7
* Find irb command path in testaycabta2021-09-101-1/+8
* [ruby/irb] Pend on trufflerubyaycabta2021-09-101-0/+1
* [ruby/irb] Remove an unused variableaycabta2021-09-101-1/+1
* [ruby/irb] Avoid loading files' local variables [Bug #17623]Marc-Andre Lafortune2021-09-101-0/+10
* [ruby/irb] Add yamatanooroti test for symbol with backtickaycabta2021-09-101-0/+17
* [ruby/irb] Support symbol with backtickaycabta2021-09-101-0/+20
* [ruby/irb] Use "csv" for testaycabta2021-09-081-2/+2
* [ruby/irb] Show lib name first because it's the most common use caseaycabta2021-09-081-0/+5
* [ruby/irb] Suppress "assigned but unused variable" warningaycabta2021-09-041-0/+1
* [ruby/irb] Add an assertion to check completion "var.method" to get correct "...aycabta2021-09-041-0/+1
* [ruby/irb] Retrieve completed receiver that is a module or class correctlyaycabta2021-09-041-0/+5
* [ruby/irb] Use autocomplete with show doc dialog that uses Reline::Key in testsaycabta2021-09-041-4/+0
* [ruby/irb] Add TODO comment to remove disabling autocomplete lateraycabta2021-09-031-0/+1
* [ruby/irb] Disable autocomplete in yamatanooroti testaycabta2021-09-031-0/+3
* [ruby/irb] Detect the variable class to show docaycabta2021-09-021-0/+6
* [ruby/irb] Relax backtrace nest levelsNobuyoshi Nakada2021-08-301-6/+4
* [ruby/irb] Added the extra stdout message with test-unitHiroshi SHIBATA2021-08-301-2/+6
* [ruby/irb] Use capture_output instead of capture_ioHiroshi SHIBATA2021-08-301-18/+18
* [ruby/irb] Use pend instead of skipHiroshi SHIBATA2021-08-307-20/+20
* Add --autocomplete / --noautocomplete optionsaycabta2021-08-301-0/+1
* [ruby/irb] Remove path settings for debuggingaycabta2021-08-301-3/+3
* [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