api/vim: Create part of nvim_parse_expression function

This commit is contained in:
ZyX
2017-11-03 11:38:59 +03:00
parent d98199de9c
commit b9d5aea073
2 changed files with 110 additions and 1 deletions

View File

@@ -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)