svchost: test for hostname started with numeric
Signed-off-by: Outsider <outsideris@gmail.com>
This commit is contained in:
parent
b54cc1d95f
commit
a2cb579d1b
|
@ -126,6 +126,11 @@ func TestForComparison(t *testing.T) {
|
|||
"hashicorp.com",
|
||||
false,
|
||||
},
|
||||
{
|
||||
"1example.com",
|
||||
"1example.com",
|
||||
false,
|
||||
},
|
||||
{
|
||||
"Испытание.com",
|
||||
"xn--80akhbyknj4f.com",
|
||||
|
|
Loading…
Reference in New Issue