diff options
Diffstat (limited to 'spec/inputs/attrib.yue')
-rw-r--r-- | spec/inputs/attrib.yue | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/spec/inputs/attrib.yue b/spec/inputs/attrib.yue index fbff75a..36aca99 100644 --- a/spec/inputs/attrib.yue +++ b/spec/inputs/attrib.yue | |||
@@ -14,6 +14,9 @@ do | |||
14 | const a, {b, c}, {d} = f! | 14 | const a, {b, c}, {d} = f! |
15 | 15 | ||
16 | do | 16 | do |
17 | const [a, b] = [2, 3] | ||
18 | |||
19 | do | ||
17 | close v = if flag | 20 | close v = if flag |
18 | func! | 21 | func! |
19 | else | 22 | else |