aboutsummaryrefslogtreecommitdiff
path: root/crates/syntax/test_data/lexer/err/0035_unclosed_raw_string_with_ascii_escape.txt
blob: a906380c718a0dbfbe10d0a1a2010a205ce19699 (plain)
1
2
RAW_STRING 8 "r##\"\\x7f"
> error0..8 token("r##\"\\x7f") msg(Missing trailing `"` with `#` symbols to terminate the raw string literal)