Sha256: 8da93c63001fa5c5ebf6bd55f7be13eec3f943bbb482486fff339ba7bce9b4e3
Contents?: true
Size: 330 Bytes
Versions: 112
Compression:
Stored size: 330 Bytes
Contents
require 'rdoc/test_case' class TestRDocMarkupHeading < RDoc::TestCase def setup super @h = RDoc::Markup::Heading.new 1, 'Hello *Friend*!' end def test_aref assert_equal 'label-Hello+Friend%21', @h.aref end def test_plain_html assert_equal 'Hello <strong>Friend</strong>!', @h.plain_html end end
Version data entries
112 entries across 88 versions & 23 rubygems