summaryrefslogtreecommitdiff
path: root/server-beta/test.lua
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2019-10-22 14:46:29 +0800
committer最萌小汐 <sumneko@hotmail.com>2019-10-22 14:46:29 +0800
commit7e10ca9e3f60c5a108ee3d9bccf9c42da3d74c02 (patch)
tree0f2cb64c98379382483a339f1ac31bc889d057f4 /server-beta/test.lua
parent6ff3fcc8a106a3429e5bf7dfd4ca6db5a3cc3e1c (diff)
downloadlua-language-server-7e10ca9e3f60c5a108ee3d9bccf9c42da3d74c02.zip
修改预读流程
Diffstat (limited to 'server-beta/test.lua')
-rw-r--r--server-beta/test.lua6
1 files changed, 3 insertions, 3 deletions
diff --git a/server-beta/test.lua b/server-beta/test.lua
index cf871599..32f9dc57 100644
--- a/server-beta/test.lua
+++ b/server-beta/test.lua
@@ -47,9 +47,9 @@ local function main()
--test 'completion'
--test 'signature'
--test 'document_symbol'
- --test 'crossfile'
- --test 'full'
- --test 'other'
+ test 'crossfile'
+ test 'full'
+ test 'other'
print('测试完成')
end