зеркало из https://github.com/github/ruby.git
[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:
Родитель
bc24af0f35
Коммит
580f340c33
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче