summaryrefslogtreecommitdiff
path: root/server/test.lua
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2019-09-05 09:42:20 +0800
committer最萌小汐 <sumneko@hotmail.com>2019-09-05 09:42:20 +0800
commitfb8879311449689ba97533841b050a1944ce7bad (patch)
tree989ef7acad5eacbf5bff3a614f5e720e9d2a9a6d /server/test.lua
parentdf2e27e6849aa9d95f1b1224f6e21ccbe23e4109 (diff)
downloadlua-language-server-fb8879311449689ba97533841b050a1944ce7bad.zip
加个测试
Diffstat (limited to 'server/test.lua')
-rw-r--r--server/test.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/server/test.lua b/server/test.lua
index aeeebd86..bdac8ddc 100644
--- a/server/test.lua
+++ b/server/test.lua
@@ -51,6 +51,7 @@ local function main()
test 'document_symbol'
test 'crossfile'
test 'full'
+ test 'other'
print('测试完成')
end