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