aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/test_data/lexer/err/0024_unclosed_string_with_slash_double_quote.txt
blob: 4c9a774e4664c114bffa9fa79554b0f5e232a43d (plain)
1
2
STRING 3 "\"\\\""
> error0..3 token("\"\\\"") msg(Missing trailing `"` symbol to terminate the string literal)