aboutsummaryrefslogtreecommitdiffstats
path: root/test/irb
Commit message (Expand)AuthorAgeFilesLines
* 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
* [ruby/irb] Check colorize option correctly to clear char attr and don't use i...aycabta2021-12-211-1/+5
* [ruby/irb] Remove unnecessary space in regexpaycabta2021-12-201-1/+1
* [ruby/irb] Add East Asian Ambiguous Width to irb_info commandaycabta2021-12-201-0/+5
* [ruby/irb] Examine indentation of in keyword when trying to type includeKaíque Kandy Koga2021-12-031-0/+17
* Compatibility with IRBschneems2021-12-021-4/+4
* Skip TestIRB::TestInit#test_recovery_sigint on SolarisYusuke Endoh2021-11-051-0/+1
* [ruby/irb] Ignore parenthesis during completionKaíque Kandy Koga2021-10-131-0/+7
* [ruby/irb] Set default return_formataycabta2021-10-111-0/+22
* [ruby/irb] Clean up a duplicated definitionTakashi Kokubun2021-10-111-7/+1
* [ruby/irb] trufflruby fails on the show_source testTakashi Kokubun2021-10-101-0/+1
* [ruby/irb] Add a test of find_end for show_source commandTakashi Kokubun2021-10-101-0/+29
* [ruby/irb] Add tests for truncated show doc dialogaycabta2021-10-081-0/+46
* Pend test_complete_require_library_name_firstaycabta2021-09-241-0/+1
* [ruby/irb] Ignore any encoding errors while symbol completionNobuyoshi Nakada2021-09-231-0/+4
* [ruby/irb] Use typed spaces when the line is inside the here documentsKaíque Kandy Koga2021-09-221-8/+8
* [ruby/irb] Fix argument orderNobuyoshi Nakada2021-09-211-1/+1
* [ruby/irb] Ignore invalid 3 colons in completionaycabta2021-09-111-0/+5
* [ruby/irb] Tests may not execute in the source directoryNobuyoshi Nakada2021-09-101-8/+7
* Find irb command path in testaycabta2021-09-101-1/+8
* [ruby/irb] Pend on trufflerubyaycabta2021-09-101-0/+1
* [ruby/irb] Remove an unused variableaycabta2021-09-101-1/+1
* [ruby/irb] Avoid loading files' local variables [Bug #17623]Marc-Andre Lafortune2021-09-101-0/+10
* [ruby/irb] Add yamatanooroti test for symbol with backtickaycabta2021-09-101-0/+17
* [ruby/irb] Support symbol with backtickaycabta2021-09-101-0/+20
* [ruby/irb] Use "csv" for testaycabta2021-09-081-2/+2
* [ruby/irb] Show lib name first because it's the most common use caseaycabta2021-09-081-0/+5