decode_newline

Function decode_newline 

Source
pub(crate) fn decode_newline(raw: Raw<'_>, error: &mut dyn ErrorSink)
Expand description

Parse newline

;; Newline

newline =  %x0A     ; LF
newline =/ %x0D.0A  ; CRLF