diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2020-12-05 19:17:21 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2020-12-05 19:17:21 +0800 |
commit | 0353900ee3a41d3e92d3645bddb4d46ea60c7c3f (patch) | |
tree | b215f46c80ef65e9c9dd1ee9f305a313a7d8df20 /test/crossfile/completion.lua | |
parent | b41c1e1f26804469d322312597f46ccb81ec0674 (diff) | |
download | lua-language-server-0353900ee3a41d3e92d3645bddb4d46ea60c7c3f.zip |
passed test
Diffstat (limited to 'test/crossfile/completion.lua')
-rw-r--r-- | test/crossfile/completion.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/crossfile/completion.lua b/test/crossfile/completion.lua index 353abf33..f2487b68 100644 --- a/test/crossfile/completion.lua +++ b/test/crossfile/completion.lua @@ -630,7 +630,7 @@ function (a: any, b: any) ```]], additionalTextEdits = { { - start = 0, + start = 1, finish = 0, newText = 'local myfunc = require "myfunc"\n' } |