# File lib/rdoc/markup/formatter_test_case.rb, line 134
      def test_accept_heading
        @to.start_accepting

        @to.accept_heading @RM::Heading.new(5, 'Hello')

        accept_heading
      end