From 9496ea32f58e8d3ca7455f36ea3f2bfaa270f07d 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, 27 Jun 2019 21:46:33 +0800 Subject: =?UTF-8?q?=E6=94=AF=E6=8C=81=20enum.default?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server/test/crossfile/hover.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'server/test/crossfile') diff --git a/server/test/crossfile/hover.lua b/server/test/crossfile/hover.lua index c6eda13b..543a7ccf 100644 --- a/server/test/crossfile/hover.lua +++ b/server/test/crossfile/hover.lua @@ -270,7 +270,7 @@ TEST { content = [[ ---@param x string ---| "'选项1'" {comment = '注释1'} - ---| "'选项2'" {comment = '注释2'} + ---| "'选项2'" {comment = '注释2', default = true} function (x) end ]] }, @@ -281,6 +281,6 @@ TEST { x:string | '选项1' -- 注释1 - | '选项2' -- 注释2]] + |>'选项2' -- 注释2]] } } -- cgit v1.2.3