From 49566afd015200c867f673dbe04f97dc241cc4be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=80=E8=90=8C=E5=B0=8F=E6=B1=90?= Date: Mon, 21 Oct 2019 15:52:55 +0800 Subject: =?UTF-8?q?#101=20=E5=87=BD=E6=95=B0=E5=A4=9A=E8=BF=94=E5=9B=9E?= =?UTF-8?q?=E5=80=BC=E6=8D=A2=E8=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server/test/hover/init.lua | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) (limited to 'server/test') diff --git a/server/test/hover/init.lua b/server/test/hover/init.lua index b9bcc0fc..3a4c05b1 100644 --- a/server/test/hover/init.lua +++ b/server/test/hover/init.lua @@ -189,7 +189,8 @@ TEST [[ ]] [=[ function load(chunk: string/function [, chunkname: string [, mode: string [, env: table]]]) - -> function, error_message: string + -> function + , error_message: string ]=] TEST [[ @@ -454,7 +455,8 @@ TEST[[ ]] [[ function next(table: table [, index: any]) - -> key: any, value: any + -> key: any + , value: any ]] TEST[[ @@ -462,7 +464,8 @@ local = pairs() ]] [[ function n(table: table [, index: any]) - -> key: any, value: any + -> key: any + , value: any ]] TEST[[ @@ -611,7 +614,8 @@ end ]] [[ function f() - -> A|B, C + -> A|B + , C ]] TEST [[ @@ -856,7 +860,8 @@ function () end ]] [=[ function f() - -> key: string, value: string + -> key: string + , value: string ]=] TEST [[ @@ -867,7 +872,9 @@ function () end ]] [=[ function f() - -> [x: any [, y: string], z: string] + -> [x: any [ + , y: string] + , z: string] ]=] TEST [[ -- cgit v1.2.3