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

'),