diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2021-05-26 20:39:52 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2021-05-26 20:39:52 +0800 |
commit | 2474d6a76bd84c2816c4f458d36089c0ea96158c (patch) | |
tree | 48fb7f8bc6df18292e670cd9734b91986f48ff42 /test | |
parent | 45aafd49d2d6a691b82c344914f57ceb4fcdc11e (diff) | |
download | lua-language-server-2474d6a76bd84c2816c4f458d36089c0ea96158c.zip |
stash
Diffstat (limited to 'test')
-rw-r--r-- | test/hover/init.lua | 18 |
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?> = { |