# File lib/rdoc/markup/formatter_test_case.rb, line 181
      def test_accept_heading_4
        @to.start_accepting

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

        accept_heading_4
      end