From 3fee6db80114e8a5c29f18ac57e7ea7c7459c91d Mon Sep 17 00:00:00 2001 From: Li Jin Date: Mon, 19 Jan 2026 18:23:33 +0800 Subject: Added more specs. --- spec/inputs/syntax.yue | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'spec/inputs/syntax.yue') diff --git a/spec/inputs/syntax.yue b/spec/inputs/syntax.yue index cef3e3d..8904802 100644 --- a/spec/inputs/syntax.yue +++ b/spec/inputs/syntax.yue @@ -487,6 +487,15 @@ do -- do + -- Simple one-liners + x = 1; y = 2 + + -- Short related statements + i += 1; j += 1 + + if condition + setup!; run!; cleanup! + a = 1; b = 2; c = a + b print a; print b; print c -- cgit v1.2.3-55-g6feb