diff options
author | actboy168 <actboy168@gmail.com> | 2020-12-03 11:51:01 +0800 |
---|---|---|
committer | actboy168 <actboy168@gmail.com> | 2020-12-03 11:51:12 +0800 |
commit | c08d501b7bdea16d87998d3ef28c2b708515cd10 (patch) | |
tree | 1780adfdeac21997eb2a175ef1086d717ab047e7 /test | |
parent | 2619ece52b59c64805b17b00deb1106ffa0e0cfe (diff) | |
download | lua-language-server-c08d501b7bdea16d87998d3ef28c2b708515cd10.zip |
hover尊重luadoc中各项的次序,除了enum
Diffstat (limited to 'test')
-rw-r--r-- | test/crossfile/hover.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/crossfile/hover.lua b/test/crossfile/hover.lua index 9259b593..3715ba9c 100644 --- a/test/crossfile/hover.lua +++ b/test/crossfile/hover.lua @@ -481,7 +481,7 @@ function f(x: string, y: table) @*return* `name` — comment 2 -@*return* `#2` — comment 3]], +@*return* — comment 3]], } } |