# File lib/rdoc/markup/formatter_test_case.rb, line 103
      def test_end_accepting
        @to.start_accepting
        @to.res << 'hi'

        end_accepting
      end