diff options
author | Lewis Russell <lewis6991@gmail.com> | 2024-03-25 19:06:28 +0000 |
---|---|---|
committer | Lewis Russell <me@lewisr.dev> | 2024-03-25 21:09:57 +0000 |
commit | a7bbda121d035d050b449b4dc63bd6ae027e248d (patch) | |
tree | fb31bb2003624b57aee5a0b740822d8b8ca76e5a /test/functional/plugin/editorconfig_spec.lua | |
parent | 3fd8292aaf215a17c3803ed84bc3b9dfd4931294 (diff) | |
download | rneovim-a7bbda121d035d050b449b4dc63bd6ae027e248d.tar.gz rneovim-a7bbda121d035d050b449b4dc63bd6ae027e248d.tar.bz2 rneovim-a7bbda121d035d050b449b4dc63bd6ae027e248d.zip |
fix(test): typing
Diffstat (limited to 'test/functional/plugin/editorconfig_spec.lua')
-rw-r--r-- | test/functional/plugin/editorconfig_spec.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/functional/plugin/editorconfig_spec.lua b/test/functional/plugin/editorconfig_spec.lua index 115c28fbf6..c8151d2005 100644 --- a/test/functional/plugin/editorconfig_spec.lua +++ b/test/functional/plugin/editorconfig_spec.lua @@ -9,6 +9,8 @@ local exec_lua = helpers.exec_lua local testdir = 'Xtest-editorconfig' +--- @param name string +--- @param expected table<string,any> local function test_case(name, expected) local filename = testdir .. pathsep .. name command('edit ' .. filename) |