summaryrefslogtreecommitdiff
path: root/test/irb/test_completion.rb
Commit message (Expand)AuthorAgeFilesLines
* [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] Avoid slow symbol completion when completion target is antomoya ishida2023-03-031-0/+2
* [ruby/irb] Cleanup completion testsStan Lo2023-02-241-18/+0
* [ruby/irb] Provide a base test class and let tests restore encodingsStan Lo2022-11-031-3/+2
* [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] 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 completion testsStan Lo2022-09-211-3/+6
* [ruby/irb] Handle non-String $LOAD_PATH values more carefullyst00122022-09-211-0/+42
* [ruby/irb] Ignore parenthesis during completionKaĆ­que Kandy Koga2021-10-131-0/+7
* 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] Fix argument orderNobuyoshi Nakada2021-09-211-1/+1
* [ruby/irb] Ignore invalid 3 colons in completionaycabta2021-09-111-0/+5
* [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
* [ruby/irb] Suppress "assigned but unused variable" warningaycabta2021-09-041-0/+1
* [ruby/irb] Add an assertion to check completion "var.method" to get correct "...aycabta2021-09-041-0/+1
* [ruby/irb] Retrieve completed receiver that is a module or class correctlyaycabta2021-09-041-0/+5
* [ruby/irb] Detect the variable class to show docaycabta2021-09-021-0/+6
* [ruby/irb] Use pend instead of skipHiroshi SHIBATA2021-08-301-1/+1
* [ruby/irb] Cache completion files to requireaycabta2021-03-251-0/+12
* [ruby/irb] fix completion test when out-of-place buildNobuyoshi Nakada2021-03-241-1/+3
* [ruby/irb] Complete require and require_relativeaycabta2021-03-241-0/+14
* should use `assert_include` here.Koichi Sasada2021-01-081-1/+1
* [ruby/irb] do not escape a predicate method for doc namespaceNobuhiro IMAI2021-01-081-0/+8
* [ruby/irb] fix reserved words and completion for themNobuhiro IMAI2020-02-151-0/+12
* test/irb/test_completion.rb: suppress a warning: unused literal ignoredYusuke Endoh2020-02-141-1/+1
* Add test_complete_symbolaycabta2020-02-121-0/+6
* Revert "[ruby/irb] Add test_complete_symbol"Hiroshi SHIBATA2020-02-121-6/+0
* [ruby/irb] Check doc namespace correctlyaycabta2020-02-121-0/+4
* [ruby/irb] Add test_complete_symbolaycabta2020-02-121-0/+6
* Add require "irb" to test/irb/test_completion.rbaycabta2019-11-281-1/+2
* Fix regexp to complete complex literalaycabta2019-11-281-0/+5
* make sync-default-gems GEM=irbTakashi Kokubun2019-06-131-1/+2
* make sync-default-gems GEM=irbTakashi Kokubun2019-04-271-1/+1
* make sync-default-gems GEM=irbTakashi Kokubun2019-04-261-0/+22
* Remove IRB's old test filesaycabta2019-04-201-22/+0
* Add frozen_string_literal: false for all filesnaruse2015-12-161-0/+1
* * test/lib/envutil.rb: Moved from test/ruby/.akr2014-11-131-1/+0
* * test/irb/test_completion.rb: skip if cannot load irb/completionusa2012-01-301-8/+13
* * lib/irb/completion.rb (IRB::InputCompletor::CompletionProc):nobu2012-01-271-0/+17