diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2019-09-05 09:42:20 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2019-09-05 09:42:20 +0800 |
commit | fb8879311449689ba97533841b050a1944ce7bad (patch) | |
tree | 989ef7acad5eacbf5bff3a614f5e720e9d2a9a6d /server/test.lua | |
parent | df2e27e6849aa9d95f1b1224f6e21ccbe23e4109 (diff) | |
download | lua-language-server-fb8879311449689ba97533841b050a1944ce7bad.zip |
加个测试
Diffstat (limited to 'server/test.lua')
-rw-r--r-- | server/test.lua | 1 |
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 |