From 3e29347d5bc2ad144fb54c5c129f1d8cbcb48b24 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, 17 Dec 2018 17:40:26 +0800 Subject: =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server/test/hover/init.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'server/test/hover') diff --git a/server/test/hover/init.lua b/server/test/hover/init.lua index a5e11a74..052b0cfd 100644 --- a/server/test/hover/init.lua +++ b/server/test/hover/init.lua @@ -166,11 +166,11 @@ TEST [[ [=[ function load(chunk: string/function [, chunkname: string [, mode: string [, env: table]]]) -> function, error_message: string - +Loads a chunk. mode: string - | "b" - | "t" - | "bt" + | "b" -- Only binary chunks. + | "t" -- Only text chunks. + -> "bt" -- Both binary and text. ]=] TEST [[ -- cgit v1.2.3