pub fn string_literal(input: &str) -> IResult<&str, String>
Parse a PromQL string literal and return the unescaped string value.
Accepts double-quoted, single-quoted, or backtick-quoted strings.