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
it('should NOT automatically link supposed protocol-relative URLs in the form of abc//yahoo.com, which is most likely not supposed to be interpreted as a URL',function(){
684
705
letresult1=autolinker.link('Joe went to abc//yahoo.com');
685
706
expect(result1).toBe('Joe went to abc//yahoo.com');
0 commit comments