pub fn single_quoted_string(input: &str) -> IResult<&str, String>
Parse a single-quoted string: ‘hello 'world'’