summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2020-12-04 17:27:23 +0800
committer最萌小汐 <sumneko@hotmail.com>2020-12-04 17:27:23 +0800
commit536c6148c4071ba4533da94948c81037322ae37d (patch)
treefe9d0b6c4f27a58b7783a01fb20eaf7a35f60174 /test
parentefd78df87108830bc2d35cb32678d4fe1d421cc4 (diff)
downloadlua-language-server-536c6148c4071ba4533da94948c81037322ae37d.zip
missed test
Diffstat (limited to 'test')
-rw-r--r--test/hover/init.lua24
1 files changed, 12 insertions, 12 deletions
diff --git a/test/hover/init.lua b/test/hover/init.lua
index f70c8a05..b24e2950 100644
--- a/test/hover/init.lua
+++ b/test/hover/init.lua
@@ -1477,15 +1477,15 @@ local v: Object {
}
]]
---TEST [[
------@class C
------@field x string
---local t
---
---local <?v?> = assert(t)
---]]
---[[
---local v: C {
--- x: string,
---}
---]]
+TEST [[
+---@class C
+---@field x string
+local t
+
+local <?v?> = assert(t)
+]]
+[[
+local v: C {
+ x: string,
+}
+]]