diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2021-09-22 11:30:39 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2021-09-22 11:30:39 +0800 |
commit | a847377582e5f22244aa587f9d79a07f9db03780 (patch) | |
tree | 2462bdbd70b7c1a303f3fb7159e032079d553051 /test/completion/common.lua | |
parent | 621ee2b3e79dd452ddb3b96cf63a2bc2792b9254 (diff) | |
download | lua-language-server-a847377582e5f22244aa587f9d79a07f9db03780.zip |
update
Diffstat (limited to 'test/completion/common.lua')
-rw-r--r-- | test/completion/common.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/completion/common.lua b/test/completion/common.lua index d0ca92da..2f37ef38 100644 --- a/test/completion/common.lua +++ b/test/completion/common.lua @@ -1865,7 +1865,7 @@ f(<??>) kind = define.CompletionItemKind.Function, insertText = "\z function (${1:x}, ${2:y})\ -\t<??>0\ +\t$0\ end", }, } |