pub fn optional_line_terminators(reader: &mut Reader) -> ParseResult<Vec<LineTerminator>> {
/// Does not return a value, non recoverable parser. Use combinator recover to make it recoverable
// To fit nicely in Hurl Error reporting, you need an error message string that does not spread on multiple lines