Skip to content

Instantly share code, notes, and snippets.

@danmactough
Created July 31, 2013 18:25
Show Gist options
  • Save danmactough/6124710 to your computer and use it in GitHub Desktop.
Save danmactough/6124710 to your computer and use it in GitHub Desktop.
slug fail
var slug = require('slug');
console.log(slug('Ȁ ȁ Ȃ ȃ Ȅ ȅ Ȇ ȇ Ȉ ȉ Ȋ ȋ Ȍ ȍ Ȏ ȏ Ȑ ȑ Ȓ ȓ Ȕ ȕ Ȗ'));
// ''
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment