Skip to content

Commit

Permalink
fix: capture spec
Browse files Browse the repository at this point in the history
  • Loading branch information
Shougo committed Aug 18, 2022
1 parent c8acedc commit dd30c5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional/vimscript/execute_spec.lua
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ describe('execute()', function()
-- with how nvim currently displays the output.
it('captures shell-command output', function()
local win_lf = iswin() and '\13' or ''
eq('\n:!echo foo\r\n\nfoo'..win_lf..'\n', funcs.execute('!echo foo'))
eq('\r\n\nfoo'..win_lf..'\n', funcs.execute('!echo foo'))
end)

describe('{silent} argument', function()
Expand Down

0 comments on commit dd30c5a

Please sign in to comment.