# File lib/rdoc/markup/formatter_test_case.rb, line 113
      def test_accept_blank_line
        @to.start_accepting

        @to.accept_blank_line @RM::BlankLine.new

        accept_blank_line
      end