aboutsummaryrefslogtreecommitdiff
path: root/crates/syntax/test_data/lexer/err/0043_unclosed_raw_byte_string_with_unicode_escape.txt
blob: 4e4a576961a19c85b43eba7647058b1b405b71d8 (plain)
1
2
BYTE_STRING 13 "br##\"\\u{20AA}"
> error0..13 token("br##\"\\u{20AA}") msg(Missing trailing `"` with `#` symbols to terminate the raw byte string literal)