diff options
Diffstat (limited to 'test')
-rwxr-xr-x | test/t2600-rendercomment.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/t2600-rendercomment.sh b/test/t2600-rendercomment.sh index 8d79336d..50a5adb9 100755 --- a/test/t2600-rendercomment.sh +++ b/test/t2600-rendercomment.sh @@ -11,7 +11,8 @@ test_expect_success 'Test comment rendering.' ' EOD "$RENDERCOMMENT" 1 && cat <<-EOD >expected && - Hello world!<br>This is a comment. + <p>Hello world!<br> + This is a comment.</p> EOD cat <<-EOD | sqlite3 aur.db >actual && SELECT RenderedComment FROM PackageComments WHERE ID = 1; |