summaryrefslogtreecommitdiff
path: root/server/test
diff options
context:
space:
mode:
authorsumneko <sumneko@hotmail.com>2019-04-24 19:59:37 +0800
committersumneko <sumneko@hotmail.com>2019-04-24 19:59:37 +0800
commit6daad9f42b8c3003a538a0667e5242536aa95eac (patch)
treededacbeffcd592fdaf565b82643dd86208463fed /server/test
parentdb2de7238fb92269b7ad6aca8a35f82e01eaa126 (diff)
downloadlua-language-server-6daad9f42b8c3003a538a0667e5242536aa95eac.zip
保证顺序
Diffstat (limited to 'server/test')
-rw-r--r--server/test/completion/init.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/server/test/completion/init.lua b/server/test/completion/init.lua
index 2b79aa4d..0857e8cb 100644
--- a/server/test/completion/init.lua
+++ b/server/test/completion/init.lua
@@ -831,11 +831,11 @@ TEST [[
]]
{
{
- label = 'abc',
+ label = 'abb',
kind = CompletionItemKind.Class,
},
{
- label = 'abb',
+ label = 'abc',
kind = CompletionItemKind.Class,
},
}