babel-generator: add another do test
This commit is contained in:
parent
01918c68c1
commit
6529cb5f01
@ -1,3 +1,5 @@
|
||||
(do {});
|
||||
|
||||
let a = do {
|
||||
if (x > 10) {
|
||||
'big';
|
||||
|
||||
@ -1,3 +1,5 @@
|
||||
(do {});
|
||||
|
||||
let a = do {
|
||||
if (x > 10) {
|
||||
'big';
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user