We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8efd6d2 commit 5bf10ccCopy full SHA for 5bf10cc
tests/test_linkextractors.py
@@ -80,8 +80,8 @@ def test_extraction_encoding(self):
80
])
81
82
self.assertEqual(lx.extract_links(response_latin1), [
83
- Link(url='http://example.com/sample_%%3Cspan%20class="x x-first x-last">F1.html', text=''),
84
- Link(url='http://example.com/sample_%%3Cspan%20class="x x-first x-last">E1.html', text='sample \xe1 text'.decode('latin1')),
+ Link(url='http://example.com/sample_%%3Cspan%20class="x x-first x-last">C3%B1.html', text=''),
+ Link(url='http://example.com/sample_%%3Cspan%20class="x x-first x-last">C3%A1.html', text='sample \xe1 text'.decode('latin1')),
85
86
87
def test_matches(self):
0 commit comments