enhance evaluate (#3714)
This commit is contained in:
@@ -2071,13 +2071,8 @@ issue_1670_6: {
|
||||
}
|
||||
expect: {
|
||||
(function(a) {
|
||||
switch (1) {
|
||||
case a = 1:
|
||||
console.log(a);
|
||||
break;
|
||||
default:
|
||||
console.log(2);
|
||||
}
|
||||
a = 1;
|
||||
console.log(a);
|
||||
})(1);
|
||||
}
|
||||
expect_stdout: "1"
|
||||
|
||||
Reference in New Issue
Block a user