From 76ed083e47f9b4c4a7c876f38c333cbff3e1f981 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A1bio=20Santos?= Date: Mon, 12 Oct 2015 21:39:19 +0100 Subject: [PATCH] Using single quotes --- test/compress/harmony.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/compress/harmony.js b/test/compress/harmony.js index b763318e..86c2d33a 100644 --- a/test/compress/harmony.js +++ b/test/compress/harmony.js @@ -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: {