diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2019-03-15 15:59:22 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2019-03-15 15:59:22 +0800 |
commit | 785d3e5963f793de712a96c88db08c684cb26bfc (patch) | |
tree | 168ddc2011887caf835c8408cd3263f37151cc9f /server/test/crossfile/completion.lua | |
parent | 9aaf4607376e11a35fe04ef86baa3c18a9d90864 (diff) | |
download | lua-language-server-785d3e5963f793de712a96c88db08c684cb26bfc.zip |
修正全局库变量的一些问题
Diffstat (limited to 'server/test/crossfile/completion.lua')
-rw-r--r-- | server/test/crossfile/completion.lua | 6 |
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 ]] }, |