From 8c464f8fa237d85d2c99c7b36d8a62d9bcecda81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=80=E8=90=8C=E5=B0=8F=E6=B1=90?= Date: Mon, 16 Nov 2020 11:27:17 +0800 Subject: =?UTF-8?q?=E8=AF=8A=E6=96=AD=E6=A3=80=E6=9F=A5=20break=20?= =?UTF-8?q?=E5=90=8E=E7=9A=84=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test-beta/diagnostics/init.lua | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'test-beta') diff --git a/test-beta/diagnostics/init.lua b/test-beta/diagnostics/init.lua index 579a132b..8b4ba219 100644 --- a/test-beta/diagnostics/init.lua +++ b/test-beta/diagnostics/init.lua @@ -631,6 +631,14 @@ TEST [[ table.insert({}, 1, 2, ) ]] +TEST [[ +while true do + break + +end +]] + TEST [[ ---@class ---@class -- cgit v1.2.3