diff --git a/block_test.go b/block_test.go index 340e507..06d5b5d 100644 --- a/block_test.go +++ b/block_test.go @@ -1503,8 +1503,8 @@ func TestTitleBlock_EXTENSION_TITLEBLOCK(t *testing.T) { "

" + "Some title\n" + "Another title line\n" + - "Yep, more here too\n" + - "

", + "Yep, more here too" + + "\n", } doTestsBlock(t, tests, Titleblock) }