Using single quotes
This commit is contained in:
@@ -40,7 +40,7 @@ computed_property_names: {
|
|||||||
input: {
|
input: {
|
||||||
obj({ ["x" + "x"]: 6 });
|
obj({ ["x" + "x"]: 6 });
|
||||||
}
|
}
|
||||||
expect_exact: "obj({[\"x\"+\"x\"]:6});"
|
expect_exact: 'obj({["x"+"x"]:6});'
|
||||||
}
|
}
|
||||||
|
|
||||||
typeof_arrow_functions: {
|
typeof_arrow_functions: {
|
||||||
|
|||||||
Reference in New Issue
Block a user