diff --git a/tests/test_core.py b/tests/test_core.py index b0ac61e..1cab440 100644 --- a/tests/test_core.py +++ b/tests/test_core.py @@ -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 = [ @@ -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()