diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2021-07-09 17:04:50 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2021-07-09 17:04:50 +0800 |
commit | 69325ab496305c35a34078ae7fb491175c1b09ba (patch) | |
tree | a513e7de1536f3619e32885c2782025af7804c62 /test/crossfile | |
parent | 9cbb1a81972f4670f88118e4e48b15dc2769c5f8 (diff) | |
download | lua-language-server-69325ab496305c35a34078ae7fb491175c1b09ba.zip |
fix test
Diffstat (limited to 'test/crossfile')
-rw-r--r-- | test/crossfile/completion.lua | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/test/crossfile/completion.lua b/test/crossfile/completion.lua index a41b8c58..3abc1de4 100644 --- a/test/crossfile/completion.lua +++ b/test/crossfile/completion.lua @@ -730,13 +730,6 @@ TEST { ```lua function (a: any, b: any) ```]], - additionalTextEdits = { - { - start = 1, - finish = 0, - newText = 'local myfunc = require "myfunc"\n' - } - } } } } @@ -767,13 +760,6 @@ TEST { ```lua function (a: any, b: any) ```]], - additionalTextEdits = { - { - start = 1, - finish = 0, - newText = 'local myfunc = require "dir.myfunc"\n' - } - } } } } |