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