summaryrefslogtreecommitdiff
path: root/test.lua
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2021-08-24 21:23:09 +0800
committer最萌小汐 <sumneko@hotmail.com>2021-08-24 21:23:09 +0800
commit6cbc089f83eec21a33c792943e323a0f50a56e0a (patch)
tree4df28def4aae951a96705c99991a3c82b2683470 /test.lua
parent061c9b03686c7ae8b3dc70d491ff003258b13bf6 (diff)
downloadlua-language-server-6cbc089f83eec21a33c792943e323a0f50a56e0a.zip
command test
Diffstat (limited to 'test.lua')
-rw-r--r--test.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/test.lua b/test.lua
index 70993a70..d2e2c38a 100644
--- a/test.lua
+++ b/test.lua
@@ -74,6 +74,7 @@ local function testAll()
test 'highlight'
test 'rename'
test 'signature'
+ test 'command'
test 'document_symbol'
test 'code_action'
test 'type_formatting'