You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The emit() function was always adding 1 to the line count for
ItemText, ItemRawString, ItemLeftDelim, and ItemRightDelim tokens,
regardless of actual newlines in the token. This caused incorrect
line numbers in error messages, especially when using trim markers
({{- and -}}).
Now counts actual newlines in all token types for correct line tracking.
0 commit comments