From f156994cb041cc9022e5af5cf9628a3a97119347 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, 10 Oct 2018 22:53:18 +0800 Subject: =?UTF-8?q?=E6=94=AF=E6=8C=81=E5=87=BD=E6=95=B0=E5=AE=9A=E4=B9=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test/definition/init.lua | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) (limited to 'test/definition') diff --git a/test/definition/init.lua b/test/definition/init.lua index 9ce0b9e7..85d5b820 100644 --- a/test/definition/init.lua +++ b/test/definition/init.lua @@ -12,6 +12,16 @@ local function test(script) end test [[ -local - = 1 +local + = 1 +]] + +test [[ +local = 1 + = 1 +]] + +test [[ +function () end + = 1 ]] -- cgit v1.2.3