diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2018-12-12 16:27:04 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2018-12-12 16:27:04 +0800 |
commit | 8739fbf5197f28331713ffb264b7d77112272774 (patch) | |
tree | b3cc567be4091e3d2b1701bc8e21890134b8bb68 /server/test | |
parent | 9cae97d4433181150742b2bc946898c321d5bf08 (diff) | |
download | lua-language-server-8739fbf5197f28331713ffb264b7d77112272774.zip |
修正bug
Diffstat (limited to 'server/test')
-rw-r--r-- | server/test/find_lib/init.lua | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/server/test/find_lib/init.lua b/server/test/find_lib/init.lua index 31d44dfc..5bd5e8b4 100644 --- a/server/test/find_lib/init.lua +++ b/server/test/find_lib/init.lua @@ -99,3 +99,7 @@ ROOT = filesystem.<?current_path?>() TEST(nil)[[ print(<?insert?>) ]] + +TEST '_G' [[ +local x = <?_G?> +]] |