From 7b11ae6e9a5b71db627ae5eb497d2b5855a66db0 Mon Sep 17 00:00:00 2001 From: Li Jin Date: Wed, 28 Apr 2021 17:47:27 +0800 Subject: fix spec. --- spec/inputs/destructure.yue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'spec') diff --git a/spec/inputs/destructure.yue b/spec/inputs/destructure.yue index c68045d..7bf5a88 100644 --- a/spec/inputs/destructure.yue +++ b/spec/inputs/destructure.yue @@ -24,9 +24,9 @@ do do :a, :b, c = tbl - do :a, b, :c = tbl + do a, :b, :c = tbl, _ - do a, :b, :c = tbl + do :a, b, :c = tbl, _, _ --- -- cgit v1.2.3-55-g6feb