svchost: test for hostname started with numeric

Signed-off-by: Outsider <outsideris@gmail.com>
pull/18039/head
Outsider 8 years ago
parent b54cc1d95f
commit a2cb579d1b
No known key found for this signature in database
GPG Key ID: E0B48683131EA9B1

@ -126,6 +126,11 @@ func TestForComparison(t *testing.T) {
"hashicorp.com",
false,
},
{
"1example.com",
"1example.com",
false,
},
{
"Испытание.com",
"xn--80akhbyknj4f.com",

Loading…
Cancel
Save