From 888f0a058bd2ca6d7d7ebcccf23990704b85a08d Mon Sep 17 00:00:00 2001 From: Ahmed TAHRI Date: Thu, 6 Feb 2025 07:50:27 +0100 Subject: [PATCH] disable heart idna test url as qh3 provides idna encoder, it is less strict than python-idna and browser like Firefox accept that url --- test/test_util.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_util.py b/test/test_util.py index 3be6be047a..36cf71a80e 100644 --- a/test/test_util.py +++ b/test/test_util.py @@ -165,7 +165,7 @@ def test_encode_invalid_chars_none(self) -> None: "http://google.com:\xb2\xb2", # \xb2 = ^2 # Invalid IDNA labels "http://\ud7ff.com", - "http://❤️", + # "http://❤️", # Unicode surrogates "http://\ud800.com", "http://\udc00.com",