From 3ae0f24344016789274d74decb91ddfccb9e79b6 Mon Sep 17 00:00:00 2001 From: Sasha Koss Date: Tue, 13 Jan 2015 18:15:16 +0530 Subject: [PATCH] Fix broken test Starting from https://github.com/6to5/acorn-6to5/commit/40350cafb8d2c66cad7864e04792e9 046734c633 this shorthand also part of call expression --- test/tests-6to5-playground.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/tests-6to5-playground.js b/test/tests-6to5-playground.js index 9412804de7..841d6f78c4 100644 --- a/test/tests-6to5-playground.js +++ b/test/tests-6to5-playground.js @@ -54,7 +54,7 @@ test("@foo();", { }, "property": { "type": "CallExpression", - "start": 1, + "start": 0, "end": 6, "callee": { "type": "Identifier",