-
Notifications
You must be signed in to change notification settings - Fork 32
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
Added german "sharp s" ß #31
Conversation
Hi, I added the unit test - is that ok so far? |
Hi @gollenia this looks great! One last thing before we ship it - could you add the Thanks a ton for your time! |
sure, no thing! |
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 a bunch, @gollenia 🙌
This reverts commit 4b147a0.
* Revert "Added german "sharp s" ß (#31)" This reverts commit 4b147a0. * add regression test for ß * fixup! add regression test for ß I forgot to call `t.end()` 🤦 The now outdated "ß" -> "ss" was added to the "remove accents from string" test case as part of 1fe0b90 It seems like maybe the misunderstanding was that the string contained every to-be-sanitized character, but that's not true. Since ß now has it's own unit test, I've removed it from the "remove accents from string" test.
No description provided.