Skip to content

Commit

Permalink
Update src/Scriban/Parsing/Parser.Expressions.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
xoofx committed Feb 5, 2021
1 parent 91d9432 commit 239bf72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Scriban/Parsing/Parser.Expressions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -660,7 +660,7 @@ private ScriptExpression ParseExpression(ScriptNode parentNode, ScriptExpression
pipeCall.Span.Start = leftOperand.Span.Start;
}
pipeCall.From = leftOperand;
//Allow pipes to span lines
//Allow pipes to span lines
_allowNewLineLevel++;
pipeCall.PipeToken = ParseToken(Current.Type); // skip | or |>
_allowNewLineLevel--;
Expand Down Expand Up @@ -1247,4 +1247,4 @@ private enum ParseExpressionMode
BasicExpression,
}
}
}
}

0 comments on commit 239bf72

Please sign in to comment.