aboutsummaryrefslogtreecommitdiff
path: root/crates/syntax/test_data/lexer/err/0016_unclosed_byte_with_slash_single_quote.txt
blob: 261c0894f06ca8e13d59caab5185b8952652db4d (plain)
1
2
BYTE 4 "b'\\'"
> error0..4 token("b'\\'") msg(Missing trailing `'` symbol to terminate the byte literal)