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
Copy file name to clipboardExpand all lines: tests/NuGetGallery.Facts/Helpers/HtmlExtensionsFacts.cs
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -78,6 +78,7 @@ public void EncodesHtml()
78
78
[InlineData("http://www.github.com/nuget is my site.","<a href=\"https://www.github.com/nuget\" rel=\"nofollow\">https://www.github.com/nuget</a> is my site.")]
79
79
[InlineData("My site is http://www.asp.net best site ever!","My site is <a href=\"https://www.asp.net/\" rel=\"nofollow\">https://www.asp.net/</a> best site ever!")]
80
80
[InlineData("My site is http:////github.com bad url","My site is http:////github.com bad url")]
81
+
[InlineData("Im using github pages! http://mypage.github.com/stuff.","Im using github pages! <a href=\"https://mypage.github.com/stuff\" rel=\"nofollow\">https://mypage.github.com/stuff</a>.")]
0 commit comments