aboutsummaryrefslogtreecommitdiffstats
path: root/test/irb
Commit message (Expand)AuthorAgeFilesLines
* [ruby/irb] Page `ls`'s output (https://github.com/ruby/irb/pull/657)Stan Lo2023-07-262-0/+58
* [ruby/irb] Display `show_cmds`'s output in a pager when in TTYStan Lo2023-07-252-0/+28
* [ruby/irb] Reduce boilerplate code in RubyLexTestStan Lo2023-07-181-460/+337
* [ruby/irb] Indent multiline percent literalstomoya ishida2023-07-151-17/+17
* [ruby/irb] Unpend RDoc dialog related testsStan Lo2023-07-131-10/+22
* [ruby/irb] Refactor eval historyStan Lo2023-07-041-0/+68
* [ruby/irb] Stop treating history-saving logic as extensionStan Lo2023-07-031-1/+0
* [ruby/irb] Reduce internal operations' exposure to benchmarkingStan Lo2023-06-301-0/+28
* [ruby/irb] Re-implement prev_spaces feature for pasted codetomoya ishida2023-06-301-0/+57
* [ruby/irb] Reduce test pend trufflerubytomoya ishida2023-06-282-5/+0
* [ruby/irb] Remove keyword exception from Context#evaluate becausetomoya ishida2023-06-271-14/+0
* [ruby/irb] Always add \n at the end of the test input in RubyLextomoya ishida2023-06-271-5/+5
* [ruby/irb] Fix process_continue(rename to should_continue?) andtomoya ishida2023-06-251-9/+47
* [ruby/irb] Omit nesting_level, use indent_level to build prompttomoya ishida2023-06-241-49/+49
* [ruby/irb] Improve indentation: bugfix, heredoc, embdoc, stringstomoya ishida2023-06-202-134/+153
* [ruby/irb] Add missing token that ignored by rippertomoya ishida2023-06-191-0/+21
* [ruby/irb] Rewrite RubyLex to fix some bugs and make it possible totomoya ishida2023-06-152-51/+338
* [ruby/irb] Stanardise test class names with `Test` postfix insteadStan Lo2023-06-1311-17/+17
* [ruby/irb] Use symbol.inspect instead of ":"+symbol.id2name to avoidtomoya ishida2023-06-131-3/+5
* [ruby/irb] Fixed string escaping omissionsima1zumi2023-06-051-0/+1
* [ruby/irb] Require `test/lib` helpers from main test helperStan Lo2023-06-022-5/+1
* [ruby/irb] Improve debug command testsStan Lo2023-06-011-8/+2
* [ruby/irb] Allow `show_source` for private methodsTSUYUSATO Kitsune2023-05-231-0/+41
* [ruby/irb] Fix typo (https://github.com/ruby/irb/pull/587)ima1zumi2023-05-211-4/+4
* [ruby/irb] Add assertion for dynamic_prompt's assertion executionStan Lo2023-05-201-0/+3
* [ruby/irb] Fix dynamic_prompt test not executed, remove unnecessarytomoya ishida2023-05-201-2/+1
* [ruby/irb] Simplify each_top_level_statementtomoya ishida2023-05-191-12/+7
* [ruby/irb] Refactor RubyLex's input/io methodsStan Lo2023-05-181-4/+4
* [ruby/irb] Print deprecation warning for `help` commandStan Lo2023-05-181-12/+26
* [ruby/irb] Fix Test timedout in test_debug_cmdtomoya ishida2023-05-171-2/+5
* [ruby/irb] Use a more tolerant way to check Locale#find's returnStan Lo2023-04-261-4/+4
* [ruby/irb] Add tests for Locale#find and Locale#loadStan Lo2023-04-261-0/+35
* [ruby/irb] Fix Locale's encoding lookup for Japanese encodingsStan Lo2023-04-261-2/+2
* Revert "Temporary skipped failing assertions"Hiroshi SHIBATA2023-04-261-2/+2
* Temporary skipped failing assertionsHiroshi SHIBATA2023-04-251-2/+2
* [ruby/irb] Add tests for Locale classStan Lo2023-04-251-0/+83
* [ruby/irb] Simplify the help command's implementationStan Lo2023-04-241-3/+5
* [ruby/irb] Filter out top-level methods when using `lsStan Lo2023-04-241-1/+4
* [ruby/irb] Fix RubyLex's heredoc_with_hembexpr test to avoid rippertomoya ishida2023-04-071-3/+3
* [ruby/irb] Drop Ruby 2.6 supportStan Lo2023-04-055-64/+7
* [ruby/irb] Don't check RUBY_ENGINE when deciding whether to accept kargsStan Lo2023-04-021-2/+0
* [ruby/irb] Drop unnecessary pends for trufflerubyStan Lo2023-03-312-2/+1
* [ruby/irb] Fix 2 minor issues in test suitelukeg2023-03-172-233/+237
* [ruby/irb] Support inspecting BasicObjectStan Lo2023-03-131-1/+13
* [ruby/irb] Improve method completion for string and regexp thattomoya ishida2023-03-061-0/+4
* [ruby/irb] Drop chained methods' completion supportStan Lo2023-03-041-2/+0
* [ruby/irb] Remove no longer necessary TruffleRuby test exclusions.Kevin Menard2023-03-031-3/+1
* [ruby/irb] Avoid slow symbol completion when completion target is antomoya ishida2023-03-031-0/+2
* [ruby/irb] Fix prompt test not to change STDIO.external_encodingtomoya ishida2023-03-031-3/+5
* [ruby/irb] Fix warnings because of `@context.main.delete`Nobuyoshi Nakada2023-03-031-2/+5