コード例 #1
0
 def test_https_nopuny(self):
     self.assertFalse(dc.check_domain_punycode('https://Munchen.com/Mun'))
コード例 #2
0
 def test_puny_slash(self):
     self.assertTrue(dc.check_domain_punycode('ünchen.com/'))
コード例 #3
0
 def test_https_puny_slash_param(self):
     self.assertTrue(dc.check_domain_punycode('https://München.com/Mün'))