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