mirror of
https://github.com/neovim/neovim.git
synced 2025-12-16 03:15:39 +00:00
test/api: Specify handling of VimL errors, v:errmsg.
TODO: Also spec behavior of Press-Enter prompt for these API functions.
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
-- Sanity checks for window_* API calls via msgpack-rpc
|
||||
local helpers = require('test.functional.helpers')(after_each)
|
||||
local clear, nvim, curbuf, curbuf_contents, window, curwin, eq, neq,
|
||||
ok, feed, insert, eval = helpers.clear, helpers.nvim, helpers.curbuf,
|
||||
@@ -29,7 +28,7 @@ local function is_visible(str)
|
||||
return false
|
||||
end
|
||||
|
||||
describe('window_* functions', function()
|
||||
describe('api/win', function()
|
||||
before_each(clear)
|
||||
|
||||
describe('get_buf', function()
|
||||
|
||||
Reference in New Issue
Block a user