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