diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2021-08-19 21:13:37 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2021-08-19 21:13:37 +0800 |
commit | 666d25e294d41d7ec7450ff34e5cc3eb1463d3da (patch) | |
tree | 027bd0a8e8f682809d8e330095eaa06876d9716a /test/crossfile | |
parent | 7829753fb9951f2de05a3ebec0e94b3164eb6b46 (diff) | |
download | lua-language-server-666d25e294d41d7ec7450ff34e5cc3eb1463d3da.zip |
improve markdown
Diffstat (limited to 'test/crossfile')
-rw-r--r-- | test/crossfile/hover.lua | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/test/crossfile/hover.lua b/test/crossfile/hover.lua index e673bc5f..04f7cc02 100644 --- a/test/crossfile/hover.lua +++ b/test/crossfile/hover.lua @@ -534,7 +534,9 @@ hover = { name = 'f', description = [[ @*param* `arg3` — comment3 + --- + @*param* `arg1` — comment1 @*param* `arg2` — comment2]] @@ -592,7 +594,7 @@ function f() -> boolean 2. string]], name = 'f', - description = nil + description = '' }} TEST {{ path = 'a.lua', content = '', }, { |