Skip to content

Commit

Permalink
Introduction of new test case
Browse files Browse the repository at this point in the history
  • Loading branch information
funilrys committed Apr 28, 2018
1 parent 410471a commit 63d1da6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ def test_to_idna_multiple(self):
"coinbȧse.com",
"cryptopiạ.com",
"cṙyptopia.com",
"0.0.0.0 ṁỵetherwallet.com",
]

expected = [
Expand All @@ -81,6 +82,7 @@ def test_to_idna_multiple(self):
"xn--coinbse-30c.com",
"xn--cryptopi-ux0d.com",
"xn--cyptopia-4e0d.com",
"0.0.0.0 xn--etherwallet-tv8eq7f.com",
]
actual = Core(domains_to_test).to_idna()

Expand Down

0 comments on commit 63d1da6

Please sign in to comment.