aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/test_data/lexer/err/0019_unclosed_string_with_ascii_escape.txt
blob: 4453827c303ec5dc63ef3c8562f8cbc461745601 (plain)
1
2
STRING 5 "\"\\x7f"
> error[0; 5) token("\"\\x7f") msg(Missing trailing `"` symbol to terminate the string literal)