Skip to content

Commit

Permalink
disable heart idna test url
Browse files Browse the repository at this point in the history
as qh3 provides idna encoder, it is less strict than python-idna and browser like Firefox accept that url
  • Loading branch information
Ousret committed Feb 6, 2025
1 parent df14f6c commit 888f0a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 888f0a0

Please sign in to comment.