mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Revert "[ruby/irb] Add test_complete_symbol"
This reverts commit 3af3431c2c
.
This commit is contained in:
parent
16f5d63bad
commit
166c4a6a28
1 changed files with 0 additions and 6 deletions
|
@ -26,12 +26,6 @@ module TestIRB
|
|||
assert_empty(IRB::InputCompletor.retrieve_completion_data("1i.positi", bind: binding))
|
||||
end
|
||||
|
||||
def test_complete_symbol
|
||||
:aiueo
|
||||
assert_include(IRB::InputCompletor.retrieve_completion_data(":a", bind: binding), ":aiueo")
|
||||
assert_empty(IRB::InputCompletor.retrieve_completion_data(":abcdefg", bind: binding))
|
||||
end
|
||||
|
||||
def test_complete_symbol_failure
|
||||
assert_nil(IRB::InputCompletor::PerfectMatchedProc.(":aiueo", bind: binding))
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue