aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/test_data/lexer/err/0023_unclosed_string_with_slash_n.txt
blob: e3eb672b69152b57a9aa521d016b0e7cdc37935d (plain)
1
2
STRING 3 "\"\\n"
> error[0; 3) token("\"\\n") msg(Missing trailing `"` symbol to terminate the string literal)