# File lib/rdoc/markup/formatter_test_case.rb, line 124
      def test_accept_document
        @to.start_accepting
        @to.accept_document @RM::Document.new @RM::Paragraph.new 'hello'

        accept_document
      end