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:
Kristin Laemmert 2018-10-26 14:33:22 -07:00 committed by GitHub
commit 009534d101
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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",