Add holes in destructuring defs, also make them nestable
This commit is contained in:
committed by
Richard van Velzen
parent
c44c2d6c21
commit
025d34bfa2
@@ -17,3 +17,9 @@ destructuring_objects: {
|
||||
}
|
||||
}
|
||||
|
||||
nested_destructuring_objects: {
|
||||
input: {
|
||||
var [{a},b] = c;
|
||||
}
|
||||
expect_exact: 'var[{a},b]=c;';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user