aboutsummaryrefslogtreecommitdiffstats
path: root/test/irb
Commit message (Expand)AuthorAgeFilesLines
* [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
* [ruby/irb] Handle long inspect and control character in prompttomoya ishida2023-03-021-0/+17
* [ruby/irb] Display and prioritise instance methods in `lsStan Lo2023-02-281-0/+60
* [ruby/irb] Provide more useful message whenStan Lo2023-02-271-5/+57
* [ruby/irb] Cleanup completion testsStan Lo2023-02-241-18/+0
* [ruby/irb] Improve RubyLex's testsStan Lo2023-02-211-58/+71
* [ruby/irb] Fix colorize backtick symboltomoya ishida2023-02-121-0/+1
* [ruby/irb] Make tests more compatible with TruffleRubyStan Lo2023-02-091-9/+4
* [ruby/irb] Add tests for workspaces commandsStan Lo2023-02-041-0/+112
* [ruby/irb] Store context in RubyLexStan Lo2023-01-141-14/+17
* [ruby/irb] Avoid calling private methods on the main objectStan Lo2023-01-121-0/+13
* [ruby/irb] Drop unused arguments in `RubyLex`Stan Lo2023-01-111-1/+3
* [ruby/irb] Group command test cases with classStan Lo2023-01-051-297/+312
* [ruby/irb] Fix prompt and code mismatchtomoya ishida2023-01-021-0/+32
* [ruby/irb] Add dynamic prompt test case for quoted heredocStan Lo2022-12-271-0/+18
* Sync IRB master: tool/sync_default_gems.rb irbTakashi Kokubun2022-12-262-44/+63
* [ruby/irb] Suppress "switching inspect mode" messagesNobuyoshi Nakada2022-12-261-0/+2
* [ruby/irb] Remove unnecessary warning check on help commandStan Lo2022-12-261-5/+0
* [ruby/irb] Remove unnecessary test setupStan Lo2022-12-261-4/+0
* [ruby/irb] Add test for the help commandst00122022-12-261-0/+51
* [ruby/irb] Test colors with enabling colorsNobuyoshi Nakada2022-12-262-0/+22
* [ruby/irb] PTY module is platform dependentNobuyoshi Nakada2022-12-191-1/+6
* [ruby/irb] Prefer to use File.open instead of Kernel.openHiroshi SHIBATA2022-12-161-2/+2
* [ruby/irb] Group show_doc tests and update the expectationStan Lo2022-12-121-32/+34
* [ruby/irb] `show_doc` command should take non-string argument tooStan Lo2022-12-121-2/+2
* [ruby/irb] Fix step command (https://github.com/ruby/irb/pull/477)Stan Lo2022-12-091-1/+3
* [ruby/irb] Add show_doc as an alias to the help commandStan Lo2022-12-081-9/+11
* [ruby/irb] Gracefully handle missing command argumentStan Lo2022-12-081-0/+17
* [ruby/irb] Kill PTY process after test is finishedStan Lo2022-12-081-1/+33
* [ruby/irb] Add "show_cmds" command to list all commands'Stan Lo2022-12-081-0/+10
* [ruby/irb] Allow disabling autocompletion withStan Lo2022-12-061-0/+24
* [ruby/irb] Close leaked pty IOsNobuyoshi Nakada2022-12-051-0/+3
* [ruby/irb] Require pathname in test helperStan Lo2022-12-021-0/+2
* [ruby/irb] Disable debug cmd tests based on project structureStan Lo2022-12-022-12/+10
* [ruby/irb] This doesn't work on RubyCI eitherTakashi Kokubun2022-12-021-2/+2
* [ruby/irb] Skip debug command tests on ruby/rubyTakashi Kokubun2022-12-021-0/+6
* [ruby/irb] Use the proper ruby command and library pathNobuyoshi Nakada2022-12-021-2/+5
* [ruby/irb] Test debug commands without yamatanoorotiStan Lo2022-12-022-223/+258
* [ruby/irb] Activate yamatanooroti tests on CIStan Lo2022-11-271-2/+2
* [ruby/irb] Add commands to start and use the debuggerTakashi Kokubun2022-11-211-1/+226
* Prevent a "warning: ambiguity between regexp and two divisions"Yusuke Endoh2022-11-211-1/+1