aboutsummaryrefslogtreecommitdiff
path: root/crates/syntax/test_data/lexer/err/0025_unclosed_byte_string_at_eof.txt
blob: 04e6b0aa4f14e16523ba01df267b328125fab98a (plain)
1
2
BYTE_STRING 2 "b\""
> error0..2 token("b\"") msg(Missing trailing `"` symbol to terminate the byte string literal)