From d7afa233f5534f9b5388cb9c8042c345a3dc3b30 Mon Sep 17 00:00:00 2001 From: Li Jin Date: Mon, 9 Aug 2021 16:09:13 +0800 Subject: add spec. --- spec/inputs/using.yue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'spec') diff --git a/spec/inputs/using.yue b/spec/inputs/using.yue index fe0a433..9944b60 100644 --- a/spec/inputs/using.yue +++ b/spec/inputs/using.yue @@ -13,10 +13,10 @@ _ = (a,b,c using a,b,c) -> a,b,c = 1,2,3 world = 12321 -(a,e,f using a,b,c, hello) -> +_ = (a,e,f using a,b,c, hello) -> a,b,c = 1,2,3 hello = 12321 world = "yeah" - - +_ = (using nil) -> + hello or= 2 -- cgit v1.2.3-55-g6feb