pub fn parse_literal<'a, E: ParseError<&'a str>>( input: &'a str) -> IResult<&'a str, &'a str, E>
Parse a non-empty block of text that doesn’t include \ or “