aboutsummaryrefslogtreecommitdiffstats
path: root/test/irb
Commit message (Expand)AuthorAgeFilesLines
* [ruby/irb] Fix build_context for ruby/ruby CITakashi Kokubun2022-11-031-1/+2
* [ruby/irb] Require the entire irb lib in RubyLex testStan Lo2022-11-031-1/+1
* [ruby/irb] Refactor RubyLex and its testsStan Lo2022-11-031-7/+22
* [ruby/irb] Do not make non-existent XDG directory on startNobuyoshi Nakada2022-10-281-0/+3
* [ruby/irb] Update regarding NO_COLOR valueNobuyoshi Nakada2022-10-281-0/+4
* [ruby/irb] Suppress sequence to inspect asian ambiguous width Nobuyoshi Nakada2022-10-281-1/+11
* [ruby/irb] Suppress "switching inspect mode" messages Nobuyoshi Nakada2022-10-281-0/+2
* [ruby/irb] Fix warnings in test_cmd.rbPeter Zhu2022-10-271-2/+2
* [ruby/irb] Remove unnecessary test setup Stan Lo2022-10-271-4/+0
* [ruby/irb] Suppress warning for test which uses a locale non-existing on GitH...Benoit Daloze2022-10-271-0/+2
* [ruby/irb] Remove unecesary and harmful pend for TruffleRuby in TestRaiseNoBa...Benoit Daloze2022-10-271-2/+0
* [ruby/irb] Add missing require Stan Lo2022-10-271-0/+2
* [ruby/irb] Add test for IRB::InputCompletor::PerfectMatchedProcst00122022-10-271-4/+90
* [ruby/irb] Remove unnecessary warning check on help commandStan Lo2022-10-261-5/+0
* [ruby/irb] Rename test_helper.rb to helper.rbPeter Zhu2022-10-263-2/+2
* [ruby/irb] Don't insert new methods to Test::Unit::TestCasest00122022-10-263-2/+22
* [ruby/irb] Suppress warningsStan Lo2022-10-261-2/+2
* [ruby/irb] Add test for the help commandst00122022-10-261-0/+51
* [ruby/irb] Extract without_rdoc helperst00122022-10-261-13/+0
* [ruby/irb] Make sure Encoding's defaults are restored Stan Lo2022-10-251-2/+5
* [ruby/irb] Restore standard input/output encodings after input method tests Stan Lo2022-10-241-0/+12
* [ruby/irb] Add a test case to cover rdoc unintalled scenario st00122022-10-241-0/+31
* [ruby/irb] Add tests for RelineInputMethod st00122022-10-241-0/+58
* [ruby/irb] Always use local variables in current context to parse code (https...tomoya ishida2022-10-184-4/+67
* [ruby/irb] Fix code terminated check with heredoc and backtick (https://githu...tomoya ishida2022-10-181-0/+42
* [ruby/irb] Remove unnecessary coloring support checkst00122022-10-171-30/+17
* Move `error` from top_stmts and top_stmt to stmtyui-knk2022-10-081-0/+5
* [ruby/irb] Sort constant completion's candidatesst00122022-10-081-2/+3
* [ruby/irb] Correct assert_equal's usage in completion testsst00122022-10-081-15/+15
* [ruby/irb] Add constant completion testst00122022-10-081-0/+16
* [ruby/irb] Regroup completion testsst00122022-10-081-113/+117
* [ruby/irb] Add tests for primitive types' method completionst00122022-10-081-16/+48
* [ruby/irb] Fixed sort of variables in completionImir Kiyamov2022-10-051-0/+11
* [ruby/irb] Change to explicit method call in completion (https://github.com/r...osyo-manga2022-10-031-1/+46
* [ruby/irb] Fix ripper_lex_without_warning duplicated heredoc tokentompng2022-10-011-0/+13
* [ruby/irb] Update expected colorize result that were uncolored beforetompng2022-09-221-3/+11
* [ruby/irb] Scan every single characters in IRB::Color.scantompng2022-09-221-0/+2
* [ruby/irb] Fix completion testsStan Lo2022-09-211-3/+6
* [ruby/irb] Handle non-String $LOAD_PATH values more carefullyst00122022-09-211-0/+42
* backup IRBRC environmental variable. It's used by test methods when it's defi...Hiroshi SHIBATA2022-09-211-0/+2
* Fix the missing locale errorHiroshi SHIBATA2022-09-211-0/+1
* [ruby/irb] Support --noscript option to not use first non-option argument as ...Jeremy Evans2022-09-171-0/+45
* [ruby/irb] Refine assertion for failuresNobuyoshi Nakada2022-09-151-1/+1
* [ruby/irb] `Dir.mktmpdir` creates a directory including the process IDNobuyoshi Nakada2022-09-151-2/+2
* [ruby/irb] Fix history file saving with concurrent irb sessions when history ...Jeremy Evans2022-09-141-0/+22
* [ruby/irb] Properly reset USE_COLORIZE after changing it in testsst00122022-06-291-106/+118
* [ruby/irb] Centralize coloring control (https://github.com/ruby/irb/pull/374)Stan Lo2022-06-281-18/+28
* [ruby/irb] Set prompt mode explictlyNobuyoshi Nakada2022-06-261-0/+1
* [ruby/irb] Require stringio to use StringIONobuyoshi Nakada2022-06-261-0/+1
* [ruby/irb] Ensure stdout is a TTY before calling winsizePeter Jones2022-06-261-4/+12