From 27b7211e74d5677fbf5c5212264d32c7bfaffc20 Mon Sep 17 00:00:00 2001 From: Li Jin Date: Thu, 8 Sep 2022 18:04:50 +0800 Subject: added a missing scope. --- spec/inputs/destructure.yue | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'spec/inputs') diff --git a/spec/inputs/destructure.yue b/spec/inputs/destructure.yue index ce593ec..403923a 100644 --- a/spec/inputs/destructure.yue +++ b/spec/inputs/destructure.yue @@ -210,3 +210,9 @@ do when {: = "item", <"123">: meta_field} print name, meta_field +do + tb = {} + <[a + b]>: v1, [c!]: v2 = tb + +nil + -- cgit v1.2.3-55-g6feb