[loose parser] Fix typo
This commit is contained in:
parent
e130dc3fbb
commit
f8bcc75378
@ -629,7 +629,7 @@
|
|||||||
while (!closesBlock(close, indent)) {
|
while (!closesBlock(close, indent)) {
|
||||||
var elt = parseExpression(true);
|
var elt = parseExpression(true);
|
||||||
if (isDummy(elt)) {
|
if (isDummy(elt)) {
|
||||||
if (closesBlock(close, ident)) break;
|
if (closesBlock(close, indent)) break;
|
||||||
next();
|
next();
|
||||||
} else {
|
} else {
|
||||||
elts.push(elt);
|
elts.push(elt);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user