aboutsummaryrefslogtreecommitdiff
path: root/crates/syntax/test_data/lexer/err/0004_unclosed_char_with_unicode_escape.txt
blob: 055dba64cc679747dd24a335269ffe50cd28e9ed (plain)
1
2
CHAR 9 "'\\u{20AA}"
> error0..9 token("'\\u{20AA}") msg(Missing trailing `'` symbol to terminate the character literal)