test/custom_render_test.rb in redcarpet-3.2.3 vs test/custom_render_test.rb in redcarpet-3.3.0

- old
+ new

@@ -8,10 +8,10 @@ end end def test_simple_overload md = Redcarpet::Markdown.new(SimpleRender) - html_equal "<p>This is <em class=\"cool\">just</em> a test</p>\n", + assert_equal "<p>This is <em class=\"cool\">just</em> a test</p>\n", md.render("This is *just* a test") end class NilPreprocessRenderer < Redcarpet::Render::HTML def preprocess(fulldoc)