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