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