1
Fork 0

Add double-equals homoglyph

This commit is contained in:
clubby789 2023-01-19 02:25:24 +00:00
parent 3520bba136
commit 1487aa9f9d
3 changed files with 17 additions and 1 deletions

View file

@ -6,4 +6,7 @@ fn main() {
//~^ ERROR unknown start of token: \u{a0}
//~^^ NOTE character appears 3 more times
//~^^^ HELP Unicode character ' ' (No-Break Space) looks like ' ' (Space), but it is not
let _ = 1 2;
//~^ ERROR unknown start of token
//~^^ HELP Unicode character '⩵' (Two Consecutive Equals Signs) looks like '==' (Double Equals Sign), but it is not
}