diff options
Diffstat (limited to 'test/completion')
-rw-r--r-- | test/completion/common.lua | 5 |
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, + } }, } |