summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2021-05-26 20:39:52 +0800
committer最萌小汐 <sumneko@hotmail.com>2021-05-26 20:39:52 +0800
commit2474d6a76bd84c2816c4f458d36089c0ea96158c (patch)
tree48fb7f8bc6df18292e670cd9734b91986f48ff42 /test
parent45aafd49d2d6a691b82c344914f57ceb4fcdc11e (diff)
downloadlua-language-server-2474d6a76bd84c2816c4f458d36089c0ea96158c.zip
stash
Diffstat (limited to 'test')
-rw-r--r--test/hover/init.lua18
1 files changed, 9 insertions, 9 deletions
diff --git a/test/hover/init.lua b/test/hover/init.lua
index dd706cbf..9578f0d6 100644
--- a/test/hover/init.lua
+++ b/test/hover/init.lua
@@ -856,15 +856,15 @@ print(<?x?>)
local x <close>: integer = 1
]]
-TEST [[
-local function <?a?>(b)
- return (b.c and a(b.c) or b)
-end
-]]
-[[
-function a(b: table)
- -> table
-]]
+--TEST [[
+--local function <?a?>(b)
+-- return (b.c and a(b.c) or b)
+--end
+--]]
+--[[
+--function a(b: table)
+-- -> table
+--]]
TEST [[
local <?t?> = {