aboutsummaryrefslogtreecommitdiff
path: root/crates/syntax/test_data/lexer/err/0031_unclosed_byte_string_with_slash_n.txt
blob: 9c3c089d72446ff5a684f9dffb2c628b9c11794a (plain)
1
2
BYTE_STRING 4 "b\"\\n"
> error0..4 token("b\"\\n") msg(Missing trailing `"` symbol to terminate the byte string literal)