Fix TitleBlock test It seems like the implementation of the extension was rather sloppy and didn't adhere to the style common to the rest of Blackfriday.
Vytautas Ĺ altenis vytas@rtfb.lt
Wed, 30 Mar 2016 15:05:24 +0300
1 files changed,
2 insertions(+),
2 deletions(-)
jump to
M
block_test.go
→
block_test.go
@@ -1503,8 +1503,8 @@ "% Yep, more here too\n",
"<h1 class=\"title\">" + "Some title\n" + "Another title line\n" + - "Yep, more here too\n" + - "</h1>", + "Yep, more here too" + + "</h1>\n", } doTestsBlock(t, tests, Titleblock) }