Using single quotes

This commit is contained in:
Fábio Santos 2015-10-12 21:39:19 +01:00 committed by Burak Can
parent bfeb1afad0
commit 292c131743

View File

@ -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: {