From 410b793917881bc7309b9db1836135a97ffcce11 Mon Sep 17 00:00:00 2001 From: sumneko Date: Wed, 10 Apr 2019 11:48:57 +0800 Subject: =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=87=8D=E5=91=BD=E5=90=8D=E5=9F=BA?= =?UTF-8?q?=E7=A1=80=E5=BA=93=E5=90=8E=E7=9A=84hover=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server/test/find_lib/init.lua | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'server/test/find_lib/init.lua') diff --git a/server/test/find_lib/init.lua b/server/test/find_lib/init.lua index accf1b35..bc60cfad 100644 --- a/server/test/find_lib/init.lua +++ b/server/test/find_lib/init.lua @@ -24,11 +24,11 @@ TEST 'require' [[ 'xxx' ]] -TEST 'require' [[ +TEST 'req' [[ local = require ]] -TEST 'require' [[ +TEST 'req' [[ local req = require local t = { xx = req, @@ -40,11 +40,11 @@ TEST 'table' [[ .unpack() ]] -TEST 'table' [[ +TEST 'xx' [[ local = require 'table' ]] -TEST 'table' [[ +TEST 'xx
' [[ local rq = require local lib = 'table' local = rq(lib) @@ -87,7 +87,7 @@ TEST '*string.sub' [[ ('xxx').() ]] -TEST 'bee::filesystem' [[ +TEST 'fs' [[ local = require 'bee.filesystem' ]] -- cgit v1.2.3