From b6a99fe50a46812696848f0ad68bd4ef343dc9b3 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, 9 Jul 2019 16:07:32 +0800 Subject: =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E6=AD=A7=E4=B9=89=E8=AF=86=E5=88=ABb?= =?UTF-8?q?ug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server/test/diagnostics/init.lua | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'server/test/diagnostics') diff --git a/server/test/diagnostics/init.lua b/server/test/diagnostics/init.lua index 97cd6ccd..36cfb3c6 100644 --- a/server/test/diagnostics/init.lua +++ b/server/test/diagnostics/init.lua @@ -463,3 +463,8 @@ TEST [[ local x, y, z x = x and y or '' .. z ]] + +TEST [[ +local x +x = x or -1 +]] -- cgit v1.2.3