diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2021-08-24 21:23:09 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2021-08-24 21:23:09 +0800 |
commit | 6cbc089f83eec21a33c792943e323a0f50a56e0a (patch) | |
tree | 4df28def4aae951a96705c99991a3c82b2683470 /test.lua | |
parent | 061c9b03686c7ae8b3dc70d491ff003258b13bf6 (diff) | |
download | lua-language-server-6cbc089f83eec21a33c792943e323a0f50a56e0a.zip |
command test
Diffstat (limited to 'test.lua')
-rw-r--r-- | test.lua | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -74,6 +74,7 @@ local function testAll() test 'highlight' test 'rename' test 'signature' + test 'command' test 'document_symbol' test 'code_action' test 'type_formatting' |