TryGhost / SDK

Tools for working with Ghost's APIs
MIT License
116 stars 76 forks source link

Invalid test cases for slugify #212

Open zfLQ2qx2 opened 4 years ago

zfLQ2qx2 commented 4 years ago

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

ErisDS commented 4 years ago

The first one would need to be reported to unidecode.

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