mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
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
Block a user