aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/test_data/lexer/err/0020_unclosed_string_with_unicode_escape.txt
blob: aa614f3046130683f7dd05e6beafc3ff7f4d7781 (plain)
1
2
STRING 9 "\"\\u{20AA}"
> error[0; 9) token("\"\\u{20AA}") msg(Missing trailing `"` symbol to terminate the string literal)