Merge branch 'master' into harmony-v3.0.11

This commit is contained in:
alexlamsl
2017-05-23 22:29:04 +08:00
11 changed files with 194 additions and 45 deletions

View File

@@ -160,3 +160,17 @@ issue_1801: {
console.log(!0);
}
}
issue_1986: {
options = {
global_defs: {
"@alert": "console.log",
},
}
input: {
alert(42);
}
expect: {
console.log(42);
}
}