class RDoc::Markup::FormatterTestCase

def test_accept_heading

def test_accept_heading
  @to.start_accepting
  @to.accept_heading @RM::Heading.new(5, 'Hello')
  accept_heading
end