From 3dd607c8887d2fe0186668aabca31bb84a41e2da Mon Sep 17 00:00:00 2001 From: Li Jin Date: Fri, 21 Oct 2022 10:06:31 +0800 Subject: fix issue #111. --- spec/inputs/cond.yue | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'spec/inputs') diff --git a/spec/inputs/cond.yue b/spec/inputs/cond.yue index 9981e93..638b5c3 100644 --- a/spec/inputs/cond.yue +++ b/spec/inputs/cond.yue @@ -219,6 +219,13 @@ do :Thing = _M :a, :b = _M +do + v = if 1 and do + 0 ~= 1 + 1 + else + 2 + nil -- cgit v1.2.3-55-g6feb