Skip to content

Commit d815653

Browse files
author
Kanchalai Tanglertsampan
committed
Rename test cases so they are consistent with the rest
1 parent 8ce886c commit d815653

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
// @sourcemap: true
2+
3+
var {x} = { x: 20 };
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
// @sourcemap: true
2+
3+
var {x} = { x: 20 };
4+
var { a, b } = { a: 30, b: 40 };

0 commit comments

Comments
 (0)