diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2021-04-06 18:04:25 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2021-04-06 18:04:25 +0800 |
commit | 862e4f06beb191bacc6db42f2592abc2851dd87d (patch) | |
tree | 4c04822e74ec309e2c985691e63c2f450a64e374 /test | |
parent | 66600bb4855fcb327ef160bdf2b79f6017c0ec9c (diff) | |
download | lua-language-server-862e4f06beb191bacc6db42f2592abc2851dd87d.zip |
fix #495
Diffstat (limited to 'test')
-rw-r--r-- | test/crossfile/hover.lua | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/test/crossfile/hover.lua b/test/crossfile/hover.lua index d0080ed9..c8c333f0 100644 --- a/test/crossfile/hover.lua +++ b/test/crossfile/hover.lua @@ -531,9 +531,7 @@ hover = { name = 'f', description = [[ @*param* `arg3` — comment3 - --- - @*param* `arg1` — comment1 @*param* `arg2` — comment2]] @@ -607,7 +605,6 @@ hover = { name = 'f', description = [[ comment1 - comment2]] }} |