diff options
author | ZyX <kp-pav@yandex.ru> | 2017-10-15 20:05:35 +0300 |
---|---|---|
committer | ZyX <kp-pav@yandex.ru> | 2017-10-15 20:05:35 +0300 |
commit | 6c19cbef2611c389da6f3e06d8c8eb635d065774 (patch) | |
tree | 6c04461133ff062f1a320630a85bf333ab810306 /test/unit/viml/expressions/parser_spec.lua | |
parent | 206f7ae76a4a06c6bac10402649e515dd3fb2365 (diff) | |
download | rneovim-6c19cbef2611c389da6f3e06d8c8eb635d065774.tar.gz rneovim-6c19cbef2611c389da6f3e06d8c8eb635d065774.tar.bz2 rneovim-6c19cbef2611c389da6f3e06d8c8eb635d065774.zip |
viml/parser/expressions,tests: Add AST freeing, with sanity checks
Diffstat (limited to 'test/unit/viml/expressions/parser_spec.lua')
-rw-r--r-- | test/unit/viml/expressions/parser_spec.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/unit/viml/expressions/parser_spec.lua b/test/unit/viml/expressions/parser_spec.lua index 407114ff33..9624ced022 100644 --- a/test/unit/viml/expressions/parser_spec.lua +++ b/test/unit/viml/expressions/parser_spec.lua @@ -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) |