summaryrefslogtreecommitdiff
path: root/test/hover/init.lua
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2022-04-27 18:28:51 +0800
committer最萌小汐 <sumneko@hotmail.com>2022-04-27 18:28:51 +0800
commit36ff3756973c4ab3d316643537a22184c7f140db (patch)
treed9732cea1159faf0e243c709e02699288e7b2dfa /test/hover/init.lua
parent6b3354fbb384ab174283bea3659411e7ad20d50d (diff)
downloadlua-language-server-36ff3756973c4ab3d316643537a22184c7f140db.zip
pass tests
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 3c0ccf3a..dc725f6c 100644
--- a/test/hover/init.lua
+++ b/test/hover/init.lua
@@ -280,8 +280,8 @@ TEST [[
]]
[=[
function load(chunk: string|function, chunkname?: string, mode?: "b"|"bt"|"t", env?: table)
- -> function
- 2. error_message: string
+ -> function?
+ 2. error_message: string?
]=]
TEST [[