aboutsummaryrefslogtreecommitdiff
path: root/crates/syntax/test_data/lexer/err/0003_unclosed_char_with_ascii_escape.txt
blob: cc2b4866a17aabbab14e1c1e9d41b9cc464a3fad (plain)
1
2
CHAR 5 "\'\\x7f"
> error0..5 token("\'\\x7f") msg(Missing trailing `'` symbol to terminate the character literal)