diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2022-11-02 19:29:35 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2022-11-02 19:29:35 +0800 |
commit | 0fc72b8bb723f8fb38002dd4d10f8ef86c2c7dfd (patch) | |
tree | b3ad27c708999c27dcff3fc3c5b12f778563acf7 /test/crossfile | |
parent | 02dd5b6557d3e70859bc3ddb234f8924b0166221 (diff) | |
download | lua-language-server-0fc72b8bb723f8fb38002dd4d10f8ef86c2c7dfd.zip |
cleanup
Diffstat (limited to 'test/crossfile')
-rw-r--r-- | test/crossfile/hover.lua | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/crossfile/hover.lua b/test/crossfile/hover.lua index 4a567a31..1cb48e61 100644 --- a/test/crossfile/hover.lua +++ b/test/crossfile/hover.lua @@ -1658,7 +1658,7 @@ local x: unknown --- -See: [A](file:///a.lua:1:10) comment1]] +See: [A](file:///a.lua#1#10) comment1]] } TEST { {path = 'a.lua', content = [[ @@ -1678,6 +1678,6 @@ local x: unknown --- See: - * [A](file:///a.lua:1:10) comment1 - * [TTT](file:///a.lua:3:0) comment2]] + * [A](file:///a.lua#1#10) comment1 + * [TTT](file:///a.lua#3#0) comment2]] } |