aboutsummaryrefslogtreecommitdiff
path: root/crates/syntax/test_data/lexer/err/0028_unclosed_byte_string_with_unicode_escape.txt
blob: 71b0fb2118ccfaf7d9a31c5f4b9b57acdba64044 (plain)
1
2
BYTE_STRING 10 "b\"\\u{20AA}"
> error0..10 token("b\"\\u{20AA}") msg(Missing trailing `"` symbol to terminate the byte string literal)