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