From 109e0d9b1cfbf4f9815d9bae6941bf871ebea23e Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 12 Apr 2019 08:41:57 +0530 Subject: [PATCH] forgot to migrate test for new br behavior --- src/calibre/library/comments.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/library/comments.py b/src/calibre/library/comments.py index 445dae90c9..ed0e34233f 100644 --- a/src/calibre/library/comments.py +++ b/src/calibre/library/comments.py @@ -163,7 +163,7 @@ def find_tests(): '

lineone

\n

linetwo

'), ('a b&c\nf', - '

a b&c

f

'), + '

a b&c
f

'), ('a b\n\ncd', '

a b

cd

'),