mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-08 14:53:06 +02:00
forgot to migrate test for new br behavior
This commit is contained in:
parent
bde983bdeb
commit
109e0d9b1c
1 changed files with 1 additions and 1 deletions
|
|
@ -163,7 +163,7 @@ def test_comments_to_html(self):
|
|||
'<p class="description">lineone</p>\n<p class="description">linetwo</p>'),
|
||||
|
||||
('a <b>b&c</b>\nf',
|
||||
'<p class="description">a <b>b&c</b><br></br>f</p>'),
|
||||
'<p class="description">a <b>b&c</b><br>f</p>'),
|
||||
|
||||
('a <?xml asd> b\n\ncd',
|
||||
'<p class="description">a b</p><p class="description">cd</p>'),
|
||||
|
|
|
|||
Loading…
Reference in a new issue