You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to fuzz the library again using GramTest, a grammar based test case generation tool (https://github.com/codelion/gramtest). I found that it fails to to check mailto URLs.
isUrl('mailto:foo@bar.com') // false
The text was updated successfully, but these errors were encountered:
I tried to fuzz the library again using GramTest, a grammar based test case generation tool (https://github.com/codelion/gramtest). I found that it fails to to check mailto URLs.
isUrl('mailto:foo@bar.com') // false
The text was updated successfully, but these errors were encountered: