twitter-archive / twitter-text-js

A JavaScript implementation of Twitter's text processing library
1.21k stars 166 forks source link

Use a case insensitive regex when ignoring invalid short domains #116

Closed twuttke closed 10 years ago

twuttke commented 10 years ago

This change is needed so things like MLB.TV don't get linkified (twitter.com will NOT linkify them on the server)

I can't figure out how to run the unit tests, can someone who is maintaining this very that and bump up the version for me?