summaryrefslogtreecommitdiff
path: root/test/irb
AgeCommit message (Expand)Author
2021-02-03[ruby/irb] follow up the actual line numberNobuhiro IMAI
2021-01-27In test, need to pass a context to IRB::WorkSpace.new explicitlyaycabta
2021-01-27[ruby/irb] specify the `VERBOSE` to `false` and fix tests to fitNobuhiro IMAI
2021-01-27[ruby/irb] use `RubyLex::TerminateLineInput` appropriately [Bug #17564]Nobuhiro IMAI
2021-01-24[ruby/irb] Indent correctly with method calling with receiveraycabta
2021-01-24[ruby/irb] Indent correctly with keyword "for" and "in"aycabta
2021-01-20[ruby/irb] Remove pp-specific stub from TestColorTakashi Kokubun
2021-01-20[ruby/irb] Undefine unused constantsTakashi Kokubun
2021-01-20[ruby/irb] Split test files for IRB::Color and IRB::ColorPrinterTakashi Kokubun
2021-01-19[ruby/irb] Stub a screen size for test_contextTakashi Kokubun
2021-01-18[ruby/irb] Support GitHub ActionsTakashi Kokubun
2021-01-18[ruby/irb] Stub a screen size for testsTakashi Kokubun
2021-01-18[ruby/irb] skip a failling test on TruffleRubyNobuhiro IMAI
2021-01-18[ruby/irb] handle repeated exception separatelyNobuhiro IMAI
2021-01-18[ruby/irb] handle `__ENCODING__` as a keyword as wellNobuhiro IMAI
2021-01-12Fix the failing test with XDG_CONFIG_HOMEHiroshi SHIBATA
2021-01-11Suppress constant redefinition warningsNobuyoshi Nakada
2021-01-07[ruby/irb] Make IRB::ColorPrinter.pp compatible with PP.ppTakashi Kokubun
2021-01-08should use `assert_include` here.Koichi Sasada
2021-01-08[ruby/irb] Fix BACK_TRACE_LIMIT logicaycabta
2021-01-08[ruby/irb] Use Exception#full_message to show backtrace in the correct orderaycabta
2021-01-08[ruby/irb] refactoring an error handling in `IRB::Inspector`Nobuhiro IMAI
2021-01-08[ruby/irb] do not escape a predicate method for doc namespaceNobuhiro IMAI
2021-01-05[ruby/irb] Use error tokens if there are no correct tokens in the same placeaycabta
2021-01-05[ruby/irb] Use Ripper::Lexer#scan to take broken tokensaycabta
2021-01-05[ruby/irb] Heredoc may contain multiple newlines in a single tokenaycabta
2021-01-05[ruby/irb] Handle indentations related to keyword "do" correctlyaycabta
2021-01-05[ruby/irb] Escape invalid byte sequence in Exceptionaycabta
2021-01-05[ruby/irb] Newline in oneliner def doesn't reset indentaycabta
2021-01-04[ruby/irb] Stringify when a non-object is passed to PP#textaycabta
2020-12-28irb: add more syntax errors colorizing support (#3967)Nobuhiro IMAI
2020-12-28[ruby/irb] Fix failing testsTakashi Kokubun
2020-12-23[ruby/irb] Fix error_message for assert_dynamic_promptaycabta
2020-12-23[ruby/reline] [ruby/irb] Handle multiple newlines in a token correctlyaycabta
2020-12-20irb: Removed unused variablesv3_0_0_rc1Nobuyoshi Nakada
2020-12-20irb: Define extension command only on the given objectNobuyoshi Nakada
2020-12-20Set non-verbose mode as well as tty modeNobuyoshi Nakada
2020-12-20Set :DEFAULT to PROMPT_MODE for CIaycabta
2020-12-20Suppress errors related to using variables that are not directly related to t...aycabta
2020-12-20[ruby/irb] Add measure commandaycabta
2020-12-17[ruby/irb] Skip the few failing tests on TruffleRubyBenoit Daloze
2020-11-22[ruby/irb] support more body argument for oneliner method definitionNobuhiro IMAI
2020-11-20Update expected IRB resultNobuyoshi Nakada
2020-10-05Remove system method for E2E testing because depends on ruby commandaycabta
2020-10-05Show stdout and stderr when history tests failaycabta
2020-09-19[ruby/irb] Drop OMIT_ON_ASSIGNMENT and add :truncate option for ECHO_ON_ASSIG...aycabta
2020-09-14[ruby/irb] Omit output if first line of multiline is too longaycabta
2020-09-14[ruby/irb] Add OMIT_ON_ASSIGNMENTaycabta
2020-08-20Skip irb/test_history on Windows tooaycabta
2020-08-19Skip Editline for history tests of IRBaycabta