summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2022-11-02 17:36:05 +0800
committer最萌小汐 <sumneko@hotmail.com>2022-11-02 17:36:05 +0800
commit9e57cf361853306a306b336198a4b60c1a7dea98 (patch)
treefe211a4ef8958ad93f4f8edcf704f7684bdb2266 /test
parent625f5be9a6ae1c30dd5821f1dd2485073d054209 (diff)
downloadlua-language-server-9e57cf361853306a306b336198a4b60c1a7dea98.zip
fix tests
Diffstat (limited to 'test')
-rw-r--r--test/completion/common.lua5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/completion/common.lua b/test/completion/common.lua
index 7266de16..2438618e 100644
--- a/test/completion/common.lua
+++ b/test/completion/common.lua
@@ -3973,5 +3973,10 @@ TEST [[
{
label = 'ABCD',
kind = define.CompletionItemKind.Class,
+ textEdit = {
+ newText = 'ABCD',
+ start = 20008,
+ finish = 20012,
+ }
},
}