Skip to content

Commit

Permalink
Update UrlHelpers_Tests.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
maliming committed Aug 27, 2024
1 parent 270afea commit 52c9554
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ public void IsSubdomainOf_ReturnsFalseIfDomainIsMalformedUri(string domain)
}

[Theory]
[InlineData("http://sub.domain", "http://domain")]
[InlineData("http://sub.domain", "http://*.domain")]
[InlineData("http://sub.sub.domain", "http://*.domain")]
[InlineData("http://sub.sub.domain", "http://*.sub.domain")]
Expand Down

0 comments on commit 52c9554

Please sign in to comment.