svchost: test for hostname started with numeric

Signed-off-by: Outsider <outsideris@gmail.com>
This commit is contained in:
Outsider 2018-05-13 22:51:31 +09:00
parent b54cc1d95f
commit a2cb579d1b
No known key found for this signature in database
GPG Key ID: E0B48683131EA9B1
1 changed files with 5 additions and 0 deletions

View File

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