summaryrefslogtreecommitdiff
path: root/server/test/main.lua
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2018-12-24 10:50:21 +0800
committer最萌小汐 <sumneko@hotmail.com>2018-12-24 10:50:21 +0800
commitbc40e38ee557b338bad56e4c09489ba031fc8787 (patch)
tree694f60ab63161551236017a339213a371b6341c2 /server/test/main.lua
parent3847677348a5d1a8bd23a854d773040f276a77ad (diff)
downloadlua-language-server-bc40e38ee557b338bad56e4c09489ba031fc8787.zip
跨越文件的测试
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 da005d51..02d55665 100644
--- a/server/test/main.lua
+++ b/server/test/main.lua
@@ -33,6 +33,7 @@ local function main()
test 'hover'
test 'completion'
test 'signature'
+ test 'crossfile'
print('测试完成')
end