-
Notifications
You must be signed in to change notification settings - Fork 13k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update the list of confusable characters #43698
Conversation
Also reorder and space the list to make it clearer for futures updates and to come closer to the original list. Thanks @est31 for the instructions. Fixes rust-lang#43629. r? @est31
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
('ߺ', "Nko Lajanyalan", '_'), | ||
('﹍', "Dashed Low Line", '_'), | ||
('﹎', "Centreline Low Line", '_'), | ||
('﹏', "Wavy Low Line", '_'), | ||
('_', "Fullwidth Low Line", '-'), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shouldn't this be '_'
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch.
Thanks!
|
Looks good to me but I'm not sure I should be the one r+ing it. r? @eddyb |
@bors r+ |
📌 Commit 5e29bb9 has been approved by |
☀️ Test successful - status-appveyor, status-travis |
Wait, what? that was pointing out a typo. |
Why was this merged with the typo -.- |
My bad, I was thinking it was a joke and didn't see the typo. |
@MaloJaffre you're fine lol. I just got my panties in a twist. |
Also reorder and space the list to make it clearer for futures updates
and to come closer to the original list.
This was tedious but somewhat rewarding!
Thanks @est31 for the instructions.
Fixes #43629.
r? @est31