aboutsummaryrefslogtreecommitdiff
path: root/crates/syntax/test_data/lexer/err/0019_unclosed_string_with_ascii_escape.txt
blob: 224c653d26dc3bcdb28b1a36d7a82e7157aa5e42 (plain)
1
2
STRING 5 "\"\\x7f"
> error0..5 token("\"\\x7f") msg(Missing trailing `"` symbol to terminate the string literal)