summaryrefslogtreecommitdiff
path: root/test/irb/test_completion.rb
AgeCommit message (Expand)Author
2021-09-11[ruby/irb] Ignore invalid 3 colons in completionaycabta
2021-09-08[ruby/irb] Use "csv" for testaycabta
2021-09-08[ruby/irb] Show lib name first because it's the most common use caseaycabta
2021-09-04[ruby/irb] Suppress "assigned but unused variable" warningaycabta
2021-09-04[ruby/irb] Add an assertion to check completion "var.method" to get correct "...aycabta
2021-09-04[ruby/irb] Retrieve completed receiver that is a module or class correctlyaycabta
2021-09-02[ruby/irb] Detect the variable class to show docaycabta
2021-08-30[ruby/irb] Use pend instead of skipHiroshi SHIBATA
2021-03-25[ruby/irb] Cache completion files to requireaycabta
2021-03-24[ruby/irb] fix completion test when out-of-place buildNobuyoshi Nakada
2021-03-24[ruby/irb] Complete require and require_relativeaycabta
2021-01-08should use `assert_include` here.Koichi Sasada
2021-01-08[ruby/irb] do not escape a predicate method for doc namespaceNobuhiro IMAI
2020-02-15[ruby/irb] fix reserved words and completion for themNobuhiro IMAI
2020-02-14test/irb/test_completion.rb: suppress a warning: unused literal ignoredYusuke Endoh
2020-02-12Add test_complete_symbolaycabta
2020-02-12Revert "[ruby/irb] Add test_complete_symbol"Hiroshi SHIBATA
2020-02-12[ruby/irb] Check doc namespace correctlyaycabta
2020-02-12[ruby/irb] Add test_complete_symbolaycabta
2019-11-28Add require "irb" to test/irb/test_completion.rbaycabta
2019-11-28Fix regexp to complete complex literalaycabta
2019-06-13make sync-default-gems GEM=irbTakashi Kokubun
2019-04-27make sync-default-gems GEM=irbTakashi Kokubun
2019-04-26make sync-default-gems GEM=irbTakashi Kokubun
2019-04-20Remove IRB's old test filesaycabta
2015-12-16Add frozen_string_literal: false for all filesnaruse
2014-11-13* test/lib/envutil.rb: Moved from test/ruby/.akr
2012-01-30* test/irb/test_completion.rb: skip if cannot load irb/completionusa
2012-01-27* lib/irb/completion.rb (IRB::InputCompletor::CompletionProc):nobu