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
Thanks @marijnh, that was quick! But won't this patch still produce wrong line numbers for "\r\n" terminator sequences? E.g. "foo`\r\n\\x\r\n\r\n`;\r\nbar;".
For example, in the following source,
bar;
is located on line 5:But the parser seems to ignore the line breaks after the invalid escape sequence inside the template and makes it a 3:
The output is:
The text was updated successfully, but these errors were encountered: