summaryrefslogtreecommitdiff
path: root/test/irb
AgeCommit message (Expand)Author
2023-06-13[ruby/irb] Use symbol.inspect instead of ":"+symbol.id2name to avoidtomoya ishida
2023-06-05[ruby/irb] Fixed string escaping omissionsima1zumi
2023-06-02[ruby/irb] Require `test/lib` helpers from main test helperStan Lo
2023-06-01[ruby/irb] Improve debug command testsStan Lo
2023-05-23[ruby/irb] Allow `show_source` for private methodsTSUYUSATO Kitsune
2023-05-21[ruby/irb] Fix typo (https://github.com/ruby/irb/pull/587)ima1zumi
2023-05-20[ruby/irb] Add assertion for dynamic_prompt's assertion executionStan Lo
2023-05-20[ruby/irb] Fix dynamic_prompt test not executed, remove unnecessarytomoya ishida
2023-05-19[ruby/irb] Simplify each_top_level_statementtomoya ishida
2023-05-18[ruby/irb] Refactor RubyLex's input/io methodsStan Lo
2023-05-18[ruby/irb] Print deprecation warning for `help` commandStan Lo
2023-05-17[ruby/irb] Fix Test timedout in test_debug_cmdtomoya ishida
2023-04-26[ruby/irb] Use a more tolerant way to check Locale#find's returnStan Lo
2023-04-26[ruby/irb] Add tests for Locale#find and Locale#loadStan Lo
2023-04-26[ruby/irb] Fix Locale's encoding lookup for Japanese encodingsStan Lo
2023-04-26Revert "Temporary skipped failing assertions"Hiroshi SHIBATA
2023-04-25Temporary skipped failing assertionsHiroshi SHIBATA
2023-04-25[ruby/irb] Add tests for Locale classStan Lo
2023-04-24[ruby/irb] Simplify the help command's implementationStan Lo
2023-04-24[ruby/irb] Filter out top-level methods when using `lsStan Lo
2023-04-07[ruby/irb] Fix RubyLex's heredoc_with_hembexpr test to avoid rippertomoya ishida
2023-04-05[ruby/irb] Drop Ruby 2.6 supportStan Lo
2023-04-02[ruby/irb] Don't check RUBY_ENGINE when deciding whether to accept kargsStan Lo
2023-03-31[ruby/irb] Drop unnecessary pends for trufflerubyStan Lo
2023-03-17[ruby/irb] Fix 2 minor issues in test suitelukeg
2023-03-13[ruby/irb] Support inspecting BasicObjectStan Lo
2023-03-06[ruby/irb] Improve method completion for string and regexp thattomoya ishida
2023-03-04[ruby/irb] Drop chained methods' completion supportStan Lo
2023-03-03[ruby/irb] Remove no longer necessary TruffleRuby test exclusions.Kevin Menard
2023-03-03[ruby/irb] Avoid slow symbol completion when completion target is antomoya ishida
2023-03-03[ruby/irb] Fix prompt test not to change STDIO.external_encodingtomoya ishida
2023-03-03[ruby/irb] Fix warnings because of `@context.main.delete`Nobuyoshi Nakada
2023-03-02[ruby/irb] Handle long inspect and control character in prompttomoya ishida
2023-02-28[ruby/irb] Display and prioritise instance methods in `lsStan Lo
2023-02-27[ruby/irb] Provide more useful message whenStan Lo
2023-02-24[ruby/irb] Cleanup completion testsStan Lo
2023-02-21[ruby/irb] Improve RubyLex's testsStan Lo
2023-02-12[ruby/irb] Fix colorize backtick symboltomoya ishida
2023-02-09[ruby/irb] Make tests more compatible with TruffleRubyStan Lo
2023-02-04[ruby/irb] Add tests for workspaces commandsStan Lo
2023-01-14[ruby/irb] Store context in RubyLexStan Lo
2023-01-12[ruby/irb] Avoid calling private methods on the main objectStan Lo
2023-01-11[ruby/irb] Drop unused arguments in `RubyLex`Stan Lo
2023-01-05[ruby/irb] Group command test cases with classStan Lo
2023-01-02[ruby/irb] Fix prompt and code mismatchtomoya ishida
2022-12-27[ruby/irb] Add dynamic prompt test case for quoted heredocStan Lo
2022-12-26Sync IRB master: tool/sync_default_gems.rb irbTakashi Kokubun
2022-12-26[ruby/irb] Suppress "switching inspect mode" messagesNobuyoshi Nakada
2022-12-26[ruby/irb] Remove unnecessary warning check on help commandStan Lo
2022-12-26[ruby/irb] Remove unnecessary test setupStan Lo