This fixes output for:
if (foo) {
moo: if (bar) {
break moo;
}
} else {
baz();
}
(the labeled statement must be outputted inside brackets)
|
||
|---|---|---|
| .. | ||
| compress | ||
| run-tests.js | ||
This fixes output for:
if (foo) {
moo: if (bar) {
break moo;
}
} else {
baz();
}
(the labeled statement must be outputted inside brackets)
|
||
|---|---|---|
| .. | ||
| compress | ||
| run-tests.js | ||