#845: WebComment: fix handling of links in comments
---------------------+-------------------------
Reporter: jcaffaro | Owner: rajimene
Type: defect | Status: in_merge
Priority: major | Component: WebComment
Version: | Resolution:
Keywords: |
---------------------+-------------------------
Comment (by jcaffaro):
The unit tests added in the above branch expects wrong results for the
processing of the lists:
{{{
washer = EmailWasher()
body_input = '<ul><li>foo</li><li>bar</li></ul>'
washer.wash(body_input)
}}}
expects the output:
{{{
* foo* bar
}}}
while it would better be
{{{
* foo
* bar
}}}
Ditto for ordered and nested lists tests (See also "duplicate" #929)
--
Ticket URL: <http://invenio-software.org/ticket/845#comment:4>
Invenio <http://invenio-software.org>