summaryrefslogtreecommitdiff
path: root/test-beta/hover
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2020-11-19 00:36:49 +0800
committer最萌小汐 <sumneko@hotmail.com>2020-11-19 00:36:49 +0800
commit5bb8b661844890c933b34139260a59a5cea45c8d (patch)
treee7aa2ca4d66e37646217195264b698808fb47eaf /test-beta/hover
parent9ad3190aa784bf4830d495ea02f2bc4601ae0b00 (diff)
downloadlua-language-server-5bb8b661844890c933b34139260a59a5cea45c8d.zip
改用 doc.version 实现
Diffstat (limited to 'test-beta/hover')
-rw-r--r--test-beta/hover/init.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-beta/hover/init.lua b/test-beta/hover/init.lua
index 8bb20665..cb7d49f3 100644
--- a/test-beta/hover/init.lua
+++ b/test-beta/hover/init.lua
@@ -793,7 +793,7 @@ TEST [[
]]
[[
global _G: _G {
- _G: _G,
+ _G: table,
_VERSION: string = "Lua 5.4",
arg: table,
assert: function,