mbroshi

Results 1 issues of mbroshi

When there is a valid email address, such as [email protected], if it is followed by a hyphen, linkify.test returns false: ``` console.log(linkify.test('[email protected]')); // true console.log(linkify.test('[email protected],')); // true console.log(linkify.test('[email protected]')); // false...