diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2022-11-23 12:27:58 +0000 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2022-11-23 12:27:58 +0000 |
commit | 29ba37ce3cadb85448773988d961fec4bc44c14e (patch) | |
tree | b44f930b91fb9eed5343aab5d3f80b2ed838973d /test.lua | |
parent | fbbcb96227b0fcad77d2e061cfb95b3871f4bcc7 (diff) | |
download | lua-language-server-29ba37ce3cadb85448773988d961fec4bc44c14e.zip |
add test for filewatch
Diffstat (limited to 'test.lua')
-rw-r--r-- | test.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -66,7 +66,7 @@ local function testAll() test 'document_symbol' test 'code_action' test 'type_formatting' - --test 'other' + test 'other' end local files = require "files" |