# File lib/rdoc/markup/formatter_test_case.rb, line 215
      def test_accept_paragraph
        @to.start_accepting

        @to.accept_paragraph @RM::Paragraph.new('hi')

        accept_paragraph
      end