diff options
Diffstat (limited to 'crocoite')
-rw-r--r-- | crocoite/test_behavior.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crocoite/test_behavior.py b/crocoite/test_behavior.py index d7401c0..1efea08 100644 --- a/crocoite/test_behavior.py +++ b/crocoite/test_behavior.py @@ -169,6 +169,7 @@ async def test_extract_links (): assert sorted (links) == sorted ([ url.with_path ('/relative'), url.with_fragment ('anchor'), + URL ('http://neue_preise_f%C3%BCr_zahnimplantate_k%C3%B6nnten_sie_%C3%BCberraschen'), URL ('http://example.com/absolute/'), URL ('https://example.com/absolute/secure'), url.with_path ('/hidden/visibility'), # XXX: shall we ignore these as well? |