diff options
author | Lewis Russell <lewis6991@gmail.com> | 2024-01-15 21:14:32 +0000 |
---|---|---|
committer | Lewis Russell <lewis6991@gmail.com> | 2024-01-17 10:10:17 +0000 |
commit | 13b83a3ea2f7c03fdd307eb746d784b41ee43da2 (patch) | |
tree | c2ed1d231f6cf26fe91cb1f8c12fbfcd5bc49c9c /test/unit/viml/expressions/parser_tests.lua | |
parent | b92318d67cf28e31e15ec318d7f3803986cdd5ce (diff) | |
download | rneovim-13b83a3ea2f7c03fdd307eb746d784b41ee43da2.tar.gz rneovim-13b83a3ea2f7c03fdd307eb746d784b41ee43da2.tar.bz2 rneovim-13b83a3ea2f7c03fdd307eb746d784b41ee43da2.zip |
test: move format_{string,luav} to a separate module
Diffstat (limited to 'test/unit/viml/expressions/parser_tests.lua')
-rw-r--r-- | test/unit/viml/expressions/parser_tests.lua | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/test/unit/viml/expressions/parser_tests.lua b/test/unit/viml/expressions/parser_tests.lua index a10e1098b5..aa2bf740de 100644 --- a/test/unit/viml/expressions/parser_tests.lua +++ b/test/unit/viml/expressions/parser_tests.lua @@ -1,6 +1,4 @@ -local global_helpers = require('test.helpers') - -local REMOVE_THIS = global_helpers.REMOVE_THIS +local REMOVE_THIS = vim.NIL return function(itp, _check_parsing, hl, fmtn) local function check_parsing(...) |