Skip to content

Commit

Permalink
svchost: test for hostname started with numeric
Browse files Browse the repository at this point in the history
Signed-off-by: Outsider <outsideris@gmail.com>
  • Loading branch information
outsideris committed Oct 26, 2018
1 parent 0ece7b9 commit 52ef88e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions svchost/svchost_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,11 @@ func TestForComparison(t *testing.T) {
"hashicorp.com",
false,
},
{
"1example.com",
"1example.com",
false,
},
{
"Испытание.com",
"xn--80akhbyknj4f.com",
Expand Down

0 comments on commit 52ef88e

Please sign in to comment.