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