mirror of
https://github.com/neovim/neovim.git
synced 2026-04-20 06:20:53 +00:00
test: failing "treesitter.get_parser() returns nil for >= 0.12"
This commit is contained in:
@@ -12,7 +12,7 @@ describe('deprecated lua code', function()
|
||||
it('returns nil for versions >= 0.12', function()
|
||||
local result = exec_lua(function()
|
||||
if vim.version.ge(vim.version(), '0.12') then
|
||||
return vim.treesitter.get_parser(0, 'borklang')
|
||||
return (vim.treesitter.get_parser(0, 'borklang'))
|
||||
end
|
||||
return nil
|
||||
end)
|
||||
|
||||
Reference in New Issue
Block a user