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 match urls if a URL begins after a Persian character (https://github.com/gregjacobs/Autolinker.js/issues/409)',function(){
250
+
constresult=autolinker.link('این یک لینک استhttps://www.example.com testing');
251
+
252
+
expect(result).toBe(
253
+
`این یک لینک است<a href="https://www.example.com">www.example.com</a> testing`
254
+
);
255
+
});
256
+
257
+
it('should match urls if a URL begins after an equals sign (much like an environment var assignment) (https://github.com/gregjacobs/Autolinker.js/issues/405)',function(){
0 commit comments