From f53f89a0aed7940ab414c7ac19f695df78960112 Mon Sep 17 00:00:00 2001 From: Ingvar Stepanyan Date: Thu, 10 Jul 2014 17:44:46 +0300 Subject: [PATCH] Fixed test with parenthesis. --- test/tests-jsx.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/tests-jsx.js b/test/tests-jsx.js index 8817d10b97..a65f51b2b8 100644 --- a/test/tests-jsx.js +++ b/test/tests-jsx.js @@ -2022,10 +2022,10 @@ var fbTestFixture = { } }, children: [], - range: [1, 8], + range: [0, 9], loc: { - start: { line: 1, column: 1 }, - end: { line: 1, column: 8 } + start: { line: 1, column: 0 }, + end: { line: 1, column: 9 } } }, right: {