summaryrefslogtreecommitdiff
path: root/test/completion
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2022-04-16 03:04:33 +0800
committer最萌小汐 <sumneko@hotmail.com>2022-04-16 03:04:33 +0800
commit8a14323f7da5a4ee5956c417a38a9a85665cf128 (patch)
tree8f369aac378664ab28890c7b7b147a88d5f5d77e /test/completion
parent3c85a1ab650eb81da85ff82df3e09e0f7869823b (diff)
downloadlua-language-server-8a14323f7da5a4ee5956c417a38a9a85665cf128.zip
update hover
Diffstat (limited to 'test/completion')
-rw-r--r--test/completion/common.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/completion/common.lua b/test/completion/common.lua
index 4667305f..538ac401 100644
--- a/test/completion/common.lua
+++ b/test/completion/common.lua
@@ -1750,7 +1750,7 @@ zz<??>
detail = 'integer = 1',
description = [[
```lua
-global zzz: integer = 1
+(global) zzz: integer = 1
```
---
@@ -2094,7 +2094,7 @@ print(t.aa<??>)
kind = define.CompletionItemKind.Field,
description = [[
```lua
-field cc.aaa: number
+(field) cc.aaa: number
```]]
},
}