summaryrefslogtreecommitdiff
path: root/test/hover/init.lua
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2022-04-01 16:59:53 +0800
committer最萌小汐 <sumneko@hotmail.com>2022-04-01 16:59:53 +0800
commit231e4e3b2be6f815c1d6734185537f777ef32d88 (patch)
tree908d1aeb53f442802de2eedcc0e22484e52c6efa /test/hover/init.lua
parentb9fdfac7c33478161dc17b8e41a0bd46b6f23621 (diff)
downloadlua-language-server-231e4e3b2be6f815c1d6734185537f777ef32d88.zip
update
Diffstat (limited to 'test/hover/init.lua')
-rw-r--r--test/hover/init.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/hover/init.lua b/test/hover/init.lua
index fe8b0e3f..258654d1 100644
--- a/test/hover/init.lua
+++ b/test/hover/init.lua
@@ -183,7 +183,7 @@ t = {
TEST [[
local <?obj?> = {}
]]
-"local obj: {}"
+"local obj: table"
--TEST [[
--local mt = {}
@@ -450,7 +450,7 @@ local any = collectgarbage()
t[any] = any
]]
[[
-local t: {}
+local t: table
]]
TEST[[