From f04887db153e16055d67d8a2febb5c3db8fc43c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=80=E8=90=8C=E5=B0=8F=E6=B1=90?= Date: Wed, 29 Sep 2021 21:09:23 +0800 Subject: #632 --- test/crossfile/hover.lua | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'test') diff --git a/test/crossfile/hover.lua b/test/crossfile/hover.lua index d341fa29..13e5e5c0 100644 --- a/test/crossfile/hover.lua +++ b/test/crossfile/hover.lua @@ -74,6 +74,19 @@ TEST { * [a.lua](file:///a.lua) (搜索路径: `?.lua`)]], } +TEST { + { + path = 'a.lua', + content = '', + }, + { + path = 'b.lua', + content = '---@module ""', + }, + hover = [[ +* [a.lua](file:///a.lua) (搜索路径: `?.lua`)]], +} + if require 'bee.platform'.OS == 'Windows' then TEST { { -- cgit v1.2.3