[ruby/irb] Fix argument order
https://github.com/ruby/irb/commit/05c65858a0
This commit is contained in:
parent
98c5907c65
commit
4576cdca73
@ -75,7 +75,7 @@ module TestIRB
|
||||
|
||||
def test_complete_require_library_name_first
|
||||
candidates = IRB::InputCompletor::CompletionProc.("'csv", "require ", "")
|
||||
assert_equal candidates.first, "'csv"
|
||||
assert_equal "'csv", candidates.first
|
||||
end
|
||||
|
||||
def test_complete_require_relative
|
||||
|
Loading…
x
Reference in New Issue
Block a user