aboutsummaryrefslogtreecommitdiff
path: root/crates/syntax/test_data/lexer/err/0011_unclosed_byte_with_ascii_escape.txt
blob: c964d0f00a5e1771d6c85f94e3971c4ec0fd1a92 (plain)
1
2
BYTE 6 "b\'\\x7f"
> error0..6 token("b\'\\x7f") msg(Missing trailing `'` symbol to terminate the byte literal)