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