diff options
Diffstat (limited to 'server/test/crossfile/completion.lua')
-rw-r--r-- | server/test/crossfile/completion.lua | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/server/test/crossfile/completion.lua b/server/test/crossfile/completion.lua index b5c3bc1b..16d1460f 100644 --- a/server/test/crossfile/completion.lua +++ b/server/test/crossfile/completion.lua @@ -298,15 +298,15 @@ TEST { }, completion = { { - label = 'x111', + label = 'x000', kind = CompletionItemKind.File, - documentation = 'abc/x111.lua', + documentation = 'x000.lua', textEdit = EXISTS, }, { - label = 'x000', + label = 'x111', kind = CompletionItemKind.File, - documentation = 'x000.lua', + documentation = 'abc/x111.lua', textEdit = EXISTS, }, } |