aboutsummaryrefslogtreecommitdiffstats
path: root/test/irb
Commit message (Expand)AuthorAgeFilesLines
* [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
* [ruby/irb] Fix BACK_TRACE_LIMIT logicaycabta2021-01-081-0/+66
* [ruby/irb] Use Exception#full_message to show backtrace in the correct orderaycabta2021-01-082-2/+63
* [ruby/irb] refactoring an error handling in `IRB::Inspector`Nobuhiro IMAI2021-01-081-8/+15
* [ruby/irb] do not escape a predicate method for doc namespaceNobuhiro IMAI2021-01-081-0/+8
* [ruby/irb] Use error tokens if there are no correct tokens in the same placeaycabta2021-01-051-0/+32
* [ruby/irb] Use Ripper::Lexer#scan to take broken tokensaycabta2021-01-051-0/+19
* [ruby/irb] Heredoc may contain multiple newlines in a single tokenaycabta2021-01-051-0/+17
* [ruby/irb] Handle indentations related to keyword "do" correctlyaycabta2021-01-051-0/+70
* [ruby/irb] Escape invalid byte sequence in Exceptionaycabta2021-01-051-0/+8
* [ruby/irb] Newline in oneliner def doesn't reset indentaycabta2021-01-051-0/+17
* [ruby/irb] Stringify when a non-object is passed to PP#textaycabta2021-01-041-0/+19
* irb: add more syntax errors colorizing support (#3967)Nobuhiro IMAI2020-12-281-0/+14
* [ruby/irb] Fix failing testsTakashi Kokubun2020-12-281-3/+3
* [ruby/irb] Fix error_message for assert_dynamic_promptaycabta2020-12-231-2/+8
* [ruby/reline] [ruby/irb] Handle multiple newlines in a token correctlyaycabta2020-12-231-2/+53
* irb: Removed unused variablesv3_0_0_rc1Nobuyoshi Nakada2020-12-201-2/+0
* irb: Define extension command only on the given objectNobuyoshi Nakada2020-12-201-1/+3
* Set non-verbose mode as well as tty modeNobuyoshi Nakada2020-12-201-0/+4
* Set :DEFAULT to PROMPT_MODE for CIaycabta2020-12-201-20/+8
* Suppress errors related to using variables that are not directly related to t...aycabta2020-12-201-4/+20
* [ruby/irb] Add measure commandaycabta2020-12-201-0/+144
* [ruby/irb] Skip the few failing tests on TruffleRubyBenoit Daloze2020-12-172-0/+3
* [ruby/irb] support more body argument for oneliner method definitionNobuhiro IMAI2020-11-221-0/+2
* Update expected IRB resultNobuyoshi Nakada2020-11-201-1/+11
* Remove system method for E2E testing because depends on ruby commandaycabta2020-10-051-54/+75
* Show stdout and stderr when history tests failaycabta2020-10-051-32/+31
* [ruby/irb] Drop OMIT_ON_ASSIGNMENT and add :truncate option for ECHO_ON_ASSIG...aycabta2020-09-191-22/+6
* [ruby/irb] Omit output if first line of multiline is too longaycabta2020-09-141-0/+76
* [ruby/irb] Add OMIT_ON_ASSIGNMENTaycabta2020-09-141-4/+81
* Skip irb/test_history on Windows tooaycabta2020-08-201-6/+1
* Skip Editline for history tests of IRBaycabta2020-08-191-0/+9
* Skip irb/test_history on Solarisaycabta2020-08-191-1/+1
* Use "in" and "out" options of "system" instead of "replace_stdio"aycabta2020-08-191-28/+1
* Do "write" to temp stdin before "reopen"aycabta2020-08-191-5/+5
* test/irb/test_history.rb: prevent warningsYusuke Endoh2020-08-181-4/+4
* Lounch external process on Windows correctlyaycabta2020-08-181-2/+1
* [ruby/irb] Change the way the IRB is invoked as an external processaycabta2020-08-181-2/+1
* [ruby/irb] Support shortening lambda notetion for nesting level of promptaycabta2020-08-181-5/+15
* [ruby/irb] Support shortening lambda notationaycabta2020-08-181-0/+16
* [ruby/irb] Add require 'irb' to test separatelyaycabta2020-08-181-0/+1
* [ruby/irb] Make history infinite if set SAVE_HISTORY to negativeaycabta2020-08-181-0/+23
* [ruby/irb] Suppress crash when bignum is set to SAVE_HISTORYaycabta2020-08-181-0/+23
* [ruby/irb] Add tests about IRB historyaycabta2020-08-181-0/+131