aboutsummaryrefslogtreecommitdiff
path: root/crates/syntax/test_data/lexer/err/0036_unclosed_raw_string_with_unicode_escape.txt
blob: 1d2ebc60fdf9cdf6b7751baab387c2814aed27c7 (plain)
1
2
STRING 12 "r##\"\\u{20AA}"
> error0..12 token("r##\"\\u{20AA}") msg(Missing trailing `"` with `#` symbols to terminate the raw string literal)