mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[ruby/irb] Use "csv" for test
The "csv" doesn't conflict with other stdlib names in any Ruby processing system. https://github.com/ruby/irb/commit/49203a1c83
This commit is contained in:
parent
bc24af0f35
commit
580f340c33
1 changed files with 2 additions and 2 deletions
|
@ -69,8 +69,8 @@ module TestIRB
|
|||
end
|
||||
|
||||
def test_complete_require_library_name_first
|
||||
candidates = IRB::InputCompletor::CompletionProc.("'cgi", "require ", "")
|
||||
assert_equal candidates.first, "'cgi"
|
||||
candidates = IRB::InputCompletor::CompletionProc.("'csv", "require ", "")
|
||||
assert_equal candidates.first, "'csv"
|
||||
end
|
||||
|
||||
def test_complete_require_relative
|
||||
|
|
Loading…
Reference in a new issue