mirror of
https://github.com/neovim/neovim.git
synced 2025-12-16 03:15:39 +00:00
viml/parser/expressions,tests: Add AST freeing, with sanity checks
This commit is contained in:
@@ -253,6 +253,7 @@ describe('Expressions parser', function()
|
||||
end
|
||||
eq(exp_highlighting, hls)
|
||||
end
|
||||
lib.viml_pexpr_free_ast(east)
|
||||
end
|
||||
local function hl(group, str, shift)
|
||||
return function(next_col)
|
||||
|
||||
Reference in New Issue
Block a user