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