diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2021-01-04 15:59:41 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2021-01-04 15:59:41 +0800 |
commit | fcf7e914ad6d43ee6953e68c8ab791da4e3f6302 (patch) | |
tree | c7d23ccdffa51792cee6e12382c2e32ea3578376 /test/completion/init.lua | |
parent | 7a63f98e41305e8deb114164e86a621881a5a2bc (diff) | |
download | lua-language-server-fcf7e914ad6d43ee6953e68c8ab791da4e3f6302.zip |
pass tests
Diffstat (limited to 'test/completion/init.lua')
-rw-r--r-- | test/completion/init.lua | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/completion/init.lua b/test/completion/init.lua index eb696eb8..fb2ecef2 100644 --- a/test/completion/init.lua +++ b/test/completion/init.lua @@ -1221,6 +1221,10 @@ z$ newText = '_ENV["z.b.c"]', }, }, + { + label = 'z', + kind = define.CompletionItemKind.Text, + }, } TEST [[ |