dodo / node-slug

slugifies even utf-8 chars!
MIT License
1.07k stars 94 forks source link

slug(`***`) -> '' #93

Open matthewoates opened 6 years ago

matthewoates commented 6 years ago

Passing in strings such as *** result in an empty string result. Not sure if this desired behavior, but it seems like slug should never return an empty string.