Fixes to prevent failing tests after merging master
* Add missing quote properties to AST_ObjectKeyVal * Avoid test results being interpret as directives
This commit is contained in:
@@ -73,9 +73,9 @@ typeof_arrow_functions: {
|
||||
evaluate: true
|
||||
}
|
||||
input: {
|
||||
typeof (x) => null;
|
||||
var foo = typeof (x) => null;
|
||||
}
|
||||
expect_exact: "\"function\";"
|
||||
expect_exact: "var foo=\"function\";"
|
||||
}
|
||||
|
||||
template_strings: {
|
||||
|
||||
Reference in New Issue
Block a user