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:
@@ -1,8 +1,8 @@
|
||||
parenthesis_strings_in_parenthesis: {
|
||||
input: {
|
||||
('(');
|
||||
var foo = ('(');
|
||||
a(')');
|
||||
|
||||
}
|
||||
expect_exact: '"(";a(")");'
|
||||
expect_exact: 'var foo="(";a(")");'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user