summaryrefslogtreecommitdiff
path: root/test.lua
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2022-11-07 19:59:11 +0800
committer最萌小汐 <sumneko@hotmail.com>2022-11-07 19:59:11 +0800
commitdbb392e3f3953c6ce821755ad14bc857840f899c (patch)
treef2fc91e6497ba29ef599cced40337f5b7e9ca368 /test.lua
parent8ed72a93bc27d86b4a4b5e5f87e279d8644a39a3 (diff)
downloadlua-language-server-dbb392e3f3953c6ce821755ad14bc857840f899c.zip
full support for interface
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 2a8d97c7..e255841f 100644
--- a/test.lua
+++ b/test.lua
@@ -56,8 +56,8 @@ local function testAll()
test 'references'
test 'hover'
test 'completion'
- test 'crossfile'
test 'diagnostics'
+ test 'crossfile'
test 'highlight'
test 'rename'
test 'signature'