diff --git a/acorn_loose.js b/acorn_loose.js index 9341a20ec6..cbdd989a77 100644 --- a/acorn_loose.js +++ b/acorn_loose.js @@ -755,7 +755,7 @@ } function parseExprList(close) { - var indent = curIndent + 1, line = curLineStart, elts = []; + var indent = curIndent, line = curLineStart, elts = []; next(); // Opening bracket while (!closesBlock(close, indent, line)) { var elt = parseExpression(true);