diff options
author | sumneko <sumneko@hotmail.com> | 2019-04-24 19:59:37 +0800 |
---|---|---|
committer | sumneko <sumneko@hotmail.com> | 2019-04-24 19:59:37 +0800 |
commit | 6daad9f42b8c3003a538a0667e5242536aa95eac (patch) | |
tree | dedacbeffcd592fdaf565b82643dd86208463fed /server/test | |
parent | db2de7238fb92269b7ad6aca8a35f82e01eaa126 (diff) | |
download | lua-language-server-6daad9f42b8c3003a538a0667e5242536aa95eac.zip |
保证顺序
Diffstat (limited to 'server/test')
-rw-r--r-- | server/test/completion/init.lua | 4 |
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, }, } |