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