diff options
Diffstat (limited to 'test/irb/test_completion.rb')
-rw-r--r-- | test/irb/test_completion.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/irb/test_completion.rb b/test/irb/test_completion.rb index e259428d76..6a24f0f9ba 100644 --- a/test/irb/test_completion.rb +++ b/test/irb/test_completion.rb @@ -310,6 +310,7 @@ module TestIRB assert_empty(IRB::InputCompletor.retrieve_completion_data("::A.", bind: binding)) assert_empty(IRB::InputCompletor.retrieve_completion_data("::A(", bind: binding)) assert_empty(IRB::InputCompletor.retrieve_completion_data("::A)", bind: binding)) + assert_empty(IRB::InputCompletor.retrieve_completion_data("::A[", bind: binding)) end def test_complete_reserved_words |