Skip to content

Commit 2dfd5ac

Browse files
committed
Fix module name in tests/test_autolink.txt
1 parent 5c1fb31 commit 2dfd5ac

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/test_autolink.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
This tests autolink::
22

33
>>> from lxml.html import usedoctest
4-
>>> from lxml.html.clean import autolink_html
4+
>>> from lxml_html_clean import autolink_html
55
>>> print(autolink_html('''
66
... <div>Link here: http://test.com/foo.html.</div>
77
... '''))
@@ -56,7 +56,7 @@ Some cases that won't be caught (on purpose)::
5656
There's also a word wrapping function, that should probably be run
5757
after autolink::
5858

59-
>>> from lxml.html.clean import word_break_html
59+
>>> from lxml_html_clean import word_break_html
6060
>>> def pascii(s):
6161
... print(s.encode('ascii', 'xmlcharrefreplace').decode('ascii'))
6262
>>> pascii(word_break_html( u'''

0 commit comments

Comments
 (0)