mirror of
https://github.com/neovim/neovim.git
synced 2025-09-10 13:28:19 +00:00
api: always return empty string as api type String
This commit is contained in:

committed by
Justin M. Keyes

parent
f56d1dc838
commit
f4f0f646c3
@@ -191,7 +191,7 @@ describe('system()', function()
|
||||
if xclip then
|
||||
describe("with a program that doesn't close stdout", function()
|
||||
it('will exit properly after passing input', function()
|
||||
eq(nil, eval([[system('xclip -i -selection clipboard', 'clip-data')]]))
|
||||
eq('', eval([[system('xclip -i -selection clipboard', 'clip-data')]]))
|
||||
eq('clip-data', eval([[system('xclip -o -selection clipboard')]]))
|
||||
end)
|
||||
end)
|
||||
|
Reference in New Issue
Block a user