summaryrefslogtreecommitdiff
path: root/test-beta/crossfile/completion.lua
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2020-09-13 18:52:59 +0800
committer最萌小汐 <sumneko@hotmail.com>2020-09-13 18:52:59 +0800
commitab5a3399afffd205d39aff8ca455a95afd1f672a (patch)
tree3e28a1bfc40a23fccde35d087899e5a48a0d59b3 /test-beta/crossfile/completion.lua
parent295f5528dbf53f3ab929cf4cf9e6afda502076a4 (diff)
downloadlua-language-server-ab5a3399afffd205d39aff8ca455a95afd1f672a.zip
更新测试
Diffstat (limited to 'test-beta/crossfile/completion.lua')
-rw-r--r--test-beta/crossfile/completion.lua14
1 files changed, 0 insertions, 14 deletions
diff --git a/test-beta/crossfile/completion.lua b/test-beta/crossfile/completion.lua
index 01aa924d..6801abb7 100644
--- a/test-beta/crossfile/completion.lua
+++ b/test-beta/crossfile/completion.lua
@@ -361,17 +361,14 @@ TEST {
{
label = 'a',
kind = CompletionItemKind.Enum,
- detail = '(number) = 1',
},
{
label = 'b',
kind = CompletionItemKind.Enum,
- detail = '(number) = 2',
},
{
label = 'c',
kind = CompletionItemKind.Enum,
- detail = '(number) = 3',
},
}
}
@@ -406,7 +403,6 @@ TEST {
{
label = 'zabcdef',
kind = CompletionItemKind.Enum,
- detail = '(number) = 1',
},
}
}
@@ -441,7 +437,6 @@ TEST {
{
label = 'zabcdef',
kind = CompletionItemKind.Enum,
- detail = '(number) = 1',
},
}
}
@@ -479,11 +474,8 @@ TEST {
completion = {
{
label = 'xxx',
- filterText = 'xxx',
kind = CompletionItemKind.Reference,
- documentation = 'xxx.lua',
textEdit = EXISTS,
- additionalTextEdits = EXISTS,
},
}
}
@@ -503,11 +495,8 @@ TEST {
completion = {
{
label = [[xx'xx]],
- filterText = [[xx'xx]],
kind = CompletionItemKind.Reference,
- documentation = [[xx'xx.lua]],
textEdit = EXISTS,
- additionalTextEdits = EXISTS,
},
}
}
@@ -527,11 +516,8 @@ TEST {
completion = {
{
label = [[xx]=]xx]],
- filterText = [[xx]=]xx]],
kind = CompletionItemKind.Reference,
- documentation = [[xx]=]xx.lua]],
textEdit = EXISTS,
- additionalTextEdits = EXISTS,
},
}
}