aboutsummaryrefslogtreecommitdiffstats
path: root/test/irb
Commit message (Expand)AuthorAgeFilesLines
* [ruby/irb] Examine indentation of in keyword when trying to type includeKaíque Kandy Koga2021-12-031-0/+17
* Compatibility with IRBschneems2021-12-021-4/+4
* Skip TestIRB::TestInit#test_recovery_sigint on SolarisYusuke Endoh2021-11-051-0/+1
* [ruby/irb] Ignore parenthesis during completionKaíque Kandy Koga2021-10-131-0/+7
* [ruby/irb] Set default return_formataycabta2021-10-111-0/+22
* [ruby/irb] Clean up a duplicated definitionTakashi Kokubun2021-10-111-7/+1
* [ruby/irb] trufflruby fails on the show_source testTakashi Kokubun2021-10-101-0/+1
* [ruby/irb] Add a test of find_end for show_source commandTakashi Kokubun2021-10-101-0/+29
* [ruby/irb] Add tests for truncated show doc dialogaycabta2021-10-081-0/+46
* Pend test_complete_require_library_name_firstaycabta2021-09-241-0/+1
* [ruby/irb] Ignore any encoding errors while symbol completionNobuyoshi Nakada2021-09-231-0/+4
* [ruby/irb] Use typed spaces when the line is inside the here documentsKaíque Kandy Koga2021-09-221-8/+8
* [ruby/irb] Fix argument orderNobuyoshi Nakada2021-09-211-1/+1
* [ruby/irb] Ignore invalid 3 colons in completionaycabta2021-09-111-0/+5
* [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