aboutsummaryrefslogtreecommitdiff
path: root/crates/syntax/test_data/lexer/err/0046_unclosed_raw_byte_string_with_slash_n.txt
blob: 7bda72276fe7679c5668a7dca65e38e5526c29c5 (plain)
1
2
BYTE_STRING 7 "br##\"\\n"
> error0..7 token("br##\"\\n") msg(Missing trailing `"` with `#` symbols to terminate the raw byte string literal)