missed square bracket in new AST

3 arrays are opened in new ast but only 2 are closed. In test.js, it is correctly closed.
This commit is contained in:
Adarsh Chandran 2016-04-07 14:16:39 +05:30
parent a44d3ff1e8
commit 5935ab46f2

View File

@ -751,7 +751,7 @@ function traverser(ast, visitor) {
* | type: 'NumberLiteral', * | type: 'NumberLiteral',
* | value: '2' * | value: '2'
* | }] * | }]
* (sorry the other one is longer.) | } * (sorry the other one is longer.) | }]
* | } * | }
* | }] * | }]
* | } * | }