summaryrefslogtreecommitdiff
path: root/test-beta
diff options
context:
space:
mode:
Diffstat (limited to 'test-beta')
-rw-r--r--test-beta/crossfile/hover.lua6
1 files changed, 1 insertions, 5 deletions
diff --git a/test-beta/crossfile/hover.lua b/test-beta/crossfile/hover.lua
index a049a66a..c743f7a5 100644
--- a/test-beta/crossfile/hover.lua
+++ b/test-beta/crossfile/hover.lua
@@ -294,7 +294,6 @@ TEST {
}
}
-do return end
TEST {
{
path = 'a.lua',
@@ -312,10 +311,7 @@ TEST {
hover = {
label = 'function f(x: string)',
name = 'f',
- args = EXISTS,
- rawEnum = EXISTS,
- enum = [[
-
+ description = [[
x: string
| '选项1' -- 注释1
|>'选项2' -- 注释2]]