summaryrefslogtreecommitdiff
path: root/test.lua
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2021-05-24 20:37:15 +0800
committer最萌小汐 <sumneko@hotmail.com>2021-05-24 20:37:15 +0800
commit721d6fe207fe0fb4eaa16252e451814e61011c4a (patch)
tree9908c0633f382446d4c36eb2f67e6457675e5a4e /test.lua
parent934ab8bf64a29d44da10dee3b6f68b7b49931b3e (diff)
downloadlua-language-server-721d6fe207fe0fb4eaa16252e451814e61011c4a.zip
update
Diffstat (limited to 'test.lua')
-rw-r--r--test.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/test.lua b/test.lua
index 6c8327f5..3160651d 100644
--- a/test.lua
+++ b/test.lua
@@ -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'