aboutsummaryrefslogtreecommitdiff
path: root/crates/syntax/test_data/lexer/err/0012_unclosed_byte_with_unicode_escape.txt
blob: a99b9666a9641beda3a6834bc346150fb91138ec (plain)
1
2
BYTE 10 "b'\\u{20AA}"
> error0..10 token("b'\\u{20AA}") msg(Missing trailing `'` symbol to terminate the byte literal)