summaryrefslogtreecommitdiff
path: root/test.lua
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2021-06-11 18:43:13 +0800
committer最萌小汐 <sumneko@hotmail.com>2021-06-11 18:43:13 +0800
commit710ca85aebe3b761e8f03462651ba8ecf629518a (patch)
tree48565c777be10496275357f0cd6a0701bef27ef9 /test.lua
parent650af818eb185d3261648cac615e9f8ce99b0d50 (diff)
downloadlua-language-server-710ca85aebe3b761e8f03462651ba8ecf629518a.zip
stash
Diffstat (limited to 'test.lua')
-rw-r--r--test.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/test.lua b/test.lua
index fe998a89..94c5bcf7 100644
--- a/test.lua
+++ b/test.lua
@@ -89,6 +89,7 @@ local function main()
--config.config.intelliSense.searchDepth = 5
loadDocMetas()
+ test 'full'
require 'bee.platform'.OS = 'Windows'
testAll()
require 'bee.platform'.OS = 'Linux'