From e9975c2081dfe2f42392a7612b2a3862e513e45e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=80=E8=90=8C=E5=B0=8F=E6=B1=90?= Date: Thu, 7 Apr 2022 02:38:16 +0800 Subject: doc.type.boolean --- test/crossfile/hover.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'test/crossfile') diff --git a/test/crossfile/hover.lua b/test/crossfile/hover.lua index b5c599eb..10124eb9 100644 --- a/test/crossfile/hover.lua +++ b/test/crossfile/hover.lua @@ -673,8 +673,8 @@ TEST {{ path = 'a.lua', content = '', }, { path = 'b.lua', content = [[ ---@param a boolean # xxx - ---| 'true' # ttt - ---| 'false' # fff + ---| true # ttt + ---| false # fff local function (a) end ]] @@ -689,7 +689,7 @@ function f(a: boolean|true|false) @*param* `a` — xxx ```lua -a: boolean +a: | true -- ttt | false -- fff ```]]} -- cgit v1.2.3