mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
functionaltest: enable buffered output tests
This commit is contained in:
parent
fe2e7cfdee
commit
8e44396794
@ -192,7 +192,6 @@ describe('channels', function()
|
|||||||
end)
|
end)
|
||||||
|
|
||||||
it('can use buffered output mode', function()
|
it('can use buffered output mode', function()
|
||||||
if helpers.pending_win32(pending) then return end
|
|
||||||
source([[
|
source([[
|
||||||
let g:job_opts = {
|
let g:job_opts = {
|
||||||
\ 'on_stdout': function('OnEvent'),
|
\ 'on_stdout': function('OnEvent'),
|
||||||
@ -225,7 +224,6 @@ describe('channels', function()
|
|||||||
end)
|
end)
|
||||||
|
|
||||||
it('can use buffered output mode with no stream callback', function()
|
it('can use buffered output mode with no stream callback', function()
|
||||||
if helpers.pending_win32(pending) then return end
|
|
||||||
source([[
|
source([[
|
||||||
function! OnEvent(id, data, event) dict
|
function! OnEvent(id, data, event) dict
|
||||||
call rpcnotify(1, a:event, a:id, a:data, self.stdout)
|
call rpcnotify(1, a:event, a:id, a:data, self.stdout)
|
||||||
|
Loading…
Reference in New Issue
Block a user