mirror of
https://github.com/neovim/neovim.git
synced 2025-09-07 11:58:17 +00:00
api/vim: Create part of nvim_parse_expression function
This commit is contained in:
@@ -710,4 +710,9 @@ describe('api', function()
|
||||
ok(err:match(': Wrong type for argument 1, expecting String') ~= nil)
|
||||
end)
|
||||
|
||||
describe('nvim_parse_expression', function()
|
||||
-- FIXME
|
||||
-- FIXME Test error
|
||||
end)
|
||||
|
||||
end)
|
||||
|
Reference in New Issue
Block a user