summaryrefslogtreecommitdiff
path: root/test/irb/test_completion.rb
AgeCommit message (Expand)Author
2025-01-24Migrate irb and reline to the bundled gemsHiroshi SHIBATA
2024-07-05[ruby/irb] Return only commands when completing help command'sStan Lo
2024-04-10[ruby/irb] Command implementation not by methodtomoya ishida
2024-01-26Try to use irb instead of rubygems for completion testHiroshi SHIBATA
2024-01-23Fixup 2e69137dbe9fd7c03dac9b8adc30a7eba3ecb10bHiroshi SHIBATA
2024-01-22Use version dependant library for completion testHiroshi SHIBATA
2024-01-03[ruby/irb] Avoid completing empty inputStan Lo
2023-11-18[ruby/irb] Fix irb crash on `{}.` completiontomoya ishida
2023-10-16[ruby/irb] Suppress "Switch to inspect mode" messagesNobuyoshi Nakada
2023-10-14[ruby/irb] Restore encoding in InputCompletor testtomoya ishida
2023-10-14[ruby/irb] Restore IRB::InputCompletor for compatibilitytomoya ishida
2023-10-12[ruby/irb] Fix require path completion disturbing string methodtomoya ishida
2023-10-12[ruby/irb] Fix test runner exit bugtomoya ishida
2023-10-11[ruby/irb] Rename current completor to RegexpCompletor andtomoya ishida
2023-06-13[ruby/irb] Stanardise test class names with `Test` postfix insteadStan Lo
2023-06-13[ruby/irb] Use symbol.inspect instead of ":"+symbol.id2name to avoidtomoya ishida
2023-06-05[ruby/irb] Fixed string escaping omissionsima1zumi
2023-03-06[ruby/irb] Improve method completion for string and regexp thattomoya ishida
2023-03-04[ruby/irb] Drop chained methods' completion supportStan Lo
2023-03-03[ruby/irb] Avoid slow symbol completion when completion target is antomoya ishida
2023-02-24[ruby/irb] Cleanup completion testsStan Lo
2022-11-03[ruby/irb] Provide a base test class and let tests restore encodingsStan Lo
2022-10-27[ruby/irb] Add missing require Stan Lo
2022-10-27[ruby/irb] Add test for IRB::InputCompletor::PerfectMatchedProcst0012
2022-10-08[ruby/irb] Sort constant completion's candidatesst0012
2022-10-08[ruby/irb] Correct assert_equal's usage in completion testsst0012
2022-10-08[ruby/irb] Add constant completion testst0012
2022-10-08[ruby/irb] Regroup completion testsst0012
2022-10-08[ruby/irb] Add tests for primitive types' method completionst0012
2022-10-05[ruby/irb] Fixed sort of variables in completionImir Kiyamov
2022-10-03[ruby/irb] Change to explicit method call in completion (https://github.com/r...osyo-manga
2022-09-21[ruby/irb] Fix completion testsStan Lo
2022-09-21[ruby/irb] Handle non-String $LOAD_PATH values more carefullyst0012
2021-10-13[ruby/irb] Ignore parenthesis during completionKaĆ­que Kandy Koga
2021-09-24Pend test_complete_require_library_name_firstaycabta
2021-09-23[ruby/irb] Ignore any encoding errors while symbol completionNobuyoshi Nakada
2021-09-21[ruby/irb] Fix argument orderNobuyoshi Nakada
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