diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2021-05-24 20:37:15 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2021-05-24 20:37:15 +0800 |
commit | 721d6fe207fe0fb4eaa16252e451814e61011c4a (patch) | |
tree | 9908c0633f382446d4c36eb2f67e6457675e5a4e /test.lua | |
parent | 934ab8bf64a29d44da10dee3b6f68b7b49931b3e (diff) | |
download | lua-language-server-721d6fe207fe0fb4eaa16252e451814e61011c4a.zip |
update
Diffstat (limited to 'test.lua')
-rw-r--r-- | test.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -65,11 +65,11 @@ local function testAll() test 'references' test 'definition' test 'type_inference' + test 'hover' test 'crossfile' test 'diagnostics' test 'highlight' test 'rename' - test 'hover' test 'completion' test 'signature' test 'document_symbol' |