summaryrefslogtreecommitdiff
path: root/server/test/main.lua
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2018-12-12 20:19:44 +0800
committer最萌小汐 <sumneko@hotmail.com>2018-12-12 20:19:44 +0800
commite4357d4cd7ee9018372b8e8231686888304a05d1 (patch)
tree283b38b8185a4261ea90752ea2c159bdf29e6310 /server/test/main.lua
parentee7ddabf22768c57952e89098db9ffea84475ff7 (diff)
downloadlua-language-server-e4357d4cd7ee9018372b8e8231686888304a05d1.zip
hover支持自定义函数
Diffstat (limited to 'server/test/main.lua')
-rw-r--r--server/test/main.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/server/test/main.lua b/server/test/main.lua
index 67e2da0a..82828714 100644
--- a/server/test/main.lua
+++ b/server/test/main.lua
@@ -28,6 +28,7 @@ local function main()
test 'diagnostics'
test 'type_inference'
test 'find_lib'
+ test 'hover'
print('测试完成')
end