diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2021-08-18 21:37:41 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2021-08-18 21:37:41 +0800 |
commit | 907bbbe0925e49f7b347cb81c20159f20dd98854 (patch) | |
tree | fd4210478cc77de8efc02b3783f48960e4ab7243 /test/completion | |
parent | 5e36ce84e925f9c6e8eeeb3f9406b68dc6feaba6 (diff) | |
download | lua-language-server-907bbbe0925e49f7b347cb81c20159f20dd98854.zip |
cleanup markdown
Diffstat (limited to 'test/completion')
-rw-r--r-- | test/completion/init.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/completion/init.lua b/test/completion/init.lua index 419bde82..3536007a 100644 --- a/test/completion/init.lua +++ b/test/completion/init.lua @@ -88,6 +88,9 @@ function TEST(script) item[k] = nil end end + if item.description then + item.description = tostring(item.description) + end end if IgnoreFunction then for i = #result, 1, -1 do |