Skip to content

Commit

Permalink
test(domain): capital cases (#786)
Browse files Browse the repository at this point in the history
  • Loading branch information
favonia authored Jul 3, 2024
1 parent 3b42131 commit d724a60
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/domain/domain_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ func TestNew(t *testing.T) {
ok bool
errString string
}{
{"tHe.CaPiTaL.cAsE", f("the.capital.case"), true, ""},
// The following examples were adapted from https://unicode.org/cldr/utility/idna.jsp
{"fass.de", f("fass.de"), true, ""},
{"faß.de", f("xn--fa-hia.de"), true, ""},
Expand Down

0 comments on commit d724a60

Please sign in to comment.