add destructuring no element test
This commit is contained in:
1
test/fixtures/syntax/destructuring/empty/actual.js
vendored
Normal file
1
test/fixtures/syntax/destructuring/empty/actual.js
vendored
Normal file
@@ -0,0 +1 @@
|
||||
var [, a, [b], [c], d] = ["foo", "hello", [", ", "junk"], ["world"]];
|
||||
Reference in New Issue
Block a user