# File lib/rdoc/markup/formatter_test_case.rb, line 145
      def test_accept_heading_1
        @to.start_accepting

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

        accept_heading_1
      end