pub(crate) fn decode_newline(raw: Raw<'_>, error: &mut dyn ErrorSink)
Parse newline
;; Newline newline = %x0A ; LF newline =/ %x0D.0A ; CRLF