pub fn parse_simple_quoted<'a>(input: &mut &'a str) -> WResult<&'a str>
Parse a simple quoted string without escapes (read until next “).