summaryrefslogtreecommitdiff
path: root/server/test/crossfile/completion.lua
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2019-03-15 15:59:22 +0800
committer最萌小汐 <sumneko@hotmail.com>2019-03-15 15:59:22 +0800
commit785d3e5963f793de712a96c88db08c684cb26bfc (patch)
tree168ddc2011887caf835c8408cd3263f37151cc9f /server/test/crossfile/completion.lua
parent9aaf4607376e11a35fe04ef86baa3c18a9d90864 (diff)
downloadlua-language-server-785d3e5963f793de712a96c88db08c684cb26bfc.zip
修正全局库变量的一些问题
Diffstat (limited to 'server/test/crossfile/completion.lua')
-rw-r--r--server/test/crossfile/completion.lua6
1 files changed, 6 insertions, 0 deletions
diff --git a/server/test/crossfile/completion.lua b/server/test/crossfile/completion.lua
index e63c8384..032991ef 100644
--- a/server/test/crossfile/completion.lua
+++ b/server/test/crossfile/completion.lua
@@ -350,6 +350,12 @@ TEST {
{
path = 'a.lua',
content = [[
+ abcd = print
+ ]]
+ },
+ {
+ path = 'a.lua',
+ content = [[
abcdef = 1
]]
},