Using single quotes

This commit is contained in:
Fábio Santos
2015-10-12 21:39:19 +01:00
parent b31918bbf0
commit 76ed083e47

View File

@@ -40,7 +40,7 @@ computed_property_names: {
input: {
obj({ ["x" + "x"]: 6 });
}
expect_exact: "obj({[\"x\"+\"x\"]:6});"
expect_exact: 'obj({["x"+"x"]:6});'
}
typeof_arrow_functions: {