Fixed test with parenthesis.

This commit is contained in:
Ingvar Stepanyan 2014-07-10 17:44:46 +03:00
parent 3253f56602
commit f53f89a0ae

View File

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