From 362ee754e7d28c36f74b7feee03e529a380dd379 Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Mon, 24 Apr 2017 17:39:40 +0200 Subject: Do not keep line breaks in comments With the new Markdown support, text paragraphs are now properly converted to HTML paragraphs, so we no longer need to keep line breaks. Signed-off-by: Lukas Fleischer --- test/t2600-rendercomment.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/t2600-rendercomment.sh') diff --git a/test/t2600-rendercomment.sh b/test/t2600-rendercomment.sh index 8da15291..edf290cd 100755 --- a/test/t2600-rendercomment.sh +++ b/test/t2600-rendercomment.sh @@ -12,7 +12,7 @@ test_expect_success 'Test comment rendering.' ' EOD "$RENDERCOMMENT" 1 && cat <<-EOD >expected && -

Hello world!
+

Hello world! This is a comment.

EOD cat <<-EOD | sqlite3 aur.db >actual && -- cgit v1.2.3-24-g4f1b