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
At parse level, permit CRLF wherever we permit LF.
After parsing, scan the contents again for CRLF. If any is present, emit a warning.
We could treat the rare, vintage CR line ending as a documentation detail. Or go ahead and accept CR in the parser, and likewise emit an error on any CR or CRLF.
The text was updated successfully, but these errors were encountered:
At parse level, permit CRLF wherever we permit LF.
After parsing, scan the contents again for CRLF. If any is present, emit a warning.
We could treat the rare, vintage CR line ending as a documentation detail. Or go ahead and accept CR in the parser, and likewise emit an error on any CR or CRLF.
The text was updated successfully, but these errors were encountered: