SDK icon indicating copy to clipboard operation
SDK copied to clipboard

Invalid test cases for slugify

Open zfLQ2qx2 opened this issue 4 years ago • 1 comments

I noticed a couple issues in the test cases for slugify -

してください -- should transliterate as shitekudasai instead of sitekudasai

control:\x07notcontrol:\xB5 -- the code point \xB5 is invalid, should be \xC2\xB5 or \u00B5

zfLQ2qx2 avatar Mar 02 '20 21:03 zfLQ2qx2

The first one would need to be reported to unidecode.

The second one I'm happy to accept a PR :)

ErisDS avatar Mar 20 '20 12:03 ErisDS