We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a56019b commit 474bd31Copy full SHA for 474bd31
test/rdoc/test_rdoc_markup_heading.rb
@@ -26,4 +26,9 @@ def test_plain_html
26
assert_equal 'Hello <strong>Friend</strong>!', @h.plain_html
27
end
28
29
+ def test_plain_html_using_image_alt_as_text
30
+ h = RDoc::Markup::Heading.new 1, 'rdoc-image:foo.png:Hello World'
31
+
32
+ assert_equal 'Hello World', h.plain_html
33
+ end
34
0 commit comments