From ea19d0e46ea4828531ad481f6018d334cd0b5999 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=80=E8=90=8C=E5=B0=8F=E6=B1=90?= Date: Wed, 23 Jan 2019 14:38:45 +0800 Subject: =?UTF-8?q?=E6=94=AF=E6=8C=81=E5=85=A8=E5=B1=80=E5=8F=98=E9=87=8F?= =?UTF-8?q?=E4=BA=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server/test/crossfile/definition.lua | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) (limited to 'server/test') diff --git a/server/test/crossfile/definition.lua b/server/test/crossfile/definition.lua index 3fdd1854..d34d6868 100644 --- a/server/test/crossfile/definition.lua +++ b/server/test/crossfile/definition.lua @@ -183,17 +183,17 @@ TEST { } } ---TEST { --- { --- path = 'a.lua', --- content = [[ --- = 1 --- ]], --- }, --- { --- path = 'b.lua', --- content = [[ --- print() --- ]], --- } ---} +TEST { + { + path = 'a.lua', + content = [[ + = 1 + ]], + }, + { + path = 'b.lua', + content = [[ + print() + ]], + } +} -- cgit v1.2.3