mirror of
https://github.com/neovim/neovim.git
synced 2025-09-05 19:08:15 +00:00
fix(test): adapt test to release-0.8
This commit is contained in:
@@ -32,7 +32,7 @@ describe('treesitter language API', function()
|
||||
end)
|
||||
|
||||
it('shows error for invalid language name', function()
|
||||
eq(".../language.lua:0: '/foo/' is not a valid language name",
|
||||
eq("Error executing lua: .../language.lua:0: '/foo/' is not a valid language name",
|
||||
pcall_err(exec_lua, 'vim.treesitter.require_language("/foo/", nil, false)'))
|
||||
end)
|
||||
|
||||
|
Reference in New Issue
Block a user