From 307700732c915fc81de4ff60513b89735f882567 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=80=E8=90=8C=E5=B0=8F=E6=B1=90?= Date: Tue, 20 Nov 2018 14:01:23 +0800 Subject: =?UTF-8?q?=E8=B7=B3=E8=BF=87=E5=90=8C=E7=BA=A7=E7=9A=84=E9=80=BB?= =?UTF-8?q?=E8=BE=91=E5=88=86=E6=94=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test/implementation/if.lua | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'test/implementation') diff --git a/test/implementation/if.lua b/test/implementation/if.lua index e69de29b..0c7eefc8 100644 --- a/test/implementation/if.lua +++ b/test/implementation/if.lua @@ -0,0 +1,8 @@ +TEST [[ + = 1 +if 1 then + x = 1 +else + = 1 +end +]] -- cgit v1.2.3