test/markdown_test.rb in rdiscount-1.5.8.1 vs test/markdown_test.rb in rdiscount-1.6.3
- old
+ new
@@ -127,10 +127,10 @@
def test_headings_with_trailing_space
text = "The Ant-Sugar Tales \n" +
"=================== \n\n" +
"By Candice Yellowflower \n"
markdown = Markdown.new(text)
- assert_equal "<h1>The Ant-Sugar Tales </h1>\n\n<p>By Candice Yellowflower <br/>\n</p>\n",
+ assert_equal "<h1>The Ant-Sugar Tales </h1>\n\n<p>By Candice Yellowflower</p>\n",
markdown.to_html
end
# Build tests for each file in the MarkdownTest test suite