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
expect(result).toBe('<p>Joe went to <a href="http://example.com?arg=1&arg=2&arg=3">example.com?arg=1&arg=2&arg=3</a></p>');
1010
1009
});
1011
1010
1011
+
it("should handle a URL inside an HTML-encoded anchor tag (Issue #76)",function(){
1012
+
varhtml="Joe learned about anchor tags on the <a href="http://www.w3schools.com/aaa">W3SCHOOLS</a> site ...";
1013
+
vartobe="Joe learned about anchor tags on the <a href="<a href=\"http://www.w3schools.com/aaa\">w3schools.com/aaa</a>">W3SCHOOLS</a> site ...";
0 commit comments