Skip to content

Commit

Permalink
Merge pull request #18039 from outsideris/update-idna
Browse files Browse the repository at this point in the history
Add test to verify terraform can handle hostname that starts with numeric chars
  • Loading branch information
mildwonkey authored Oct 26, 2018
2 parents 6172d0e + a2cb579 commit 009534d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions svchost/svchost_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,11 @@ func TestForComparison(t *testing.T) {
"hashicorp.com",
false,
},
{
"1example.com",
"1example.com",
false,
},
{
"Испытание.com",
"xn--80akhbyknj4f.com",
Expand Down

0 comments on commit 009534d

Please sign in to comment.