mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
Merge pull request #18039 from outsideris/update-idna
Add test to verify terraform can handle hostname that starts with numeric chars
This commit is contained in:
commit
009534d101
@ -126,6 +126,11 @@ func TestForComparison(t *testing.T) {
|
|||||||
"hashicorp.com",
|
"hashicorp.com",
|
||||||
false,
|
false,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"1example.com",
|
||||||
|
"1example.com",
|
||||||
|
false,
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"Испытание.com",
|
"Испытание.com",
|
||||||
"xn--80akhbyknj4f.com",
|
"xn--80akhbyknj4f.com",
|
||||||
|
Loading…
Reference in New Issue
Block a user