aboutsummaryrefslogtreecommitdiff
path: root/crates/syntax/test_data/lexer/err/0042_unclosed_raw_byte_string_with_ascii_escape.txt
blob: 6cbe08d07ed94aa9807a0e90733407517a6934b2 (plain)
1
2
RAW_BYTE_STRING 9 "br##\"\\x7f"
> error0..9 token("br##\"\\x7f") msg(Missing trailing `"` with `#` symbols to terminate the raw byte string literal)