diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2016-05-06 01:13:39 -0400 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2016-05-06 01:13:39 -0400 |
commit | 4682b21ef2a85949dc781410997c169a169402cb (patch) | |
tree | ad2fb4b2775cd07150f74c383c8344dfffc4c314 /test/functional/eval/json_functions_spec.lua | |
parent | 86eb339120d630aa5a4ab977d875b8acc701593c (diff) | |
parent | 360d0513d1ba2d6e2b8948daad5bb56f11db7070 (diff) | |
download | rneovim-4682b21ef2a85949dc781410997c169a169402cb.tar.gz rneovim-4682b21ef2a85949dc781410997c169a169402cb.tar.bz2 rneovim-4682b21ef2a85949dc781410997c169a169402cb.zip |
Merge pull request #4654 from KillTheMule/testlint
Satisfy testlint.
Diffstat (limited to 'test/functional/eval/json_functions_spec.lua')
-rw-r--r-- | test/functional/eval/json_functions_spec.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/functional/eval/json_functions_spec.lua b/test/functional/eval/json_functions_spec.lua index 1cece78ce1..b32688a9d2 100644 --- a/test/functional/eval/json_functions_spec.lua +++ b/test/functional/eval/json_functions_spec.lua @@ -7,6 +7,7 @@ local eval = helpers.eval local execute = helpers.execute local exc_exec = helpers.exc_exec local redir_exec = helpers.redir_exec +local NIL = helpers.NIL describe('json_decode() function', function() local restart = function(cmd) |