# File lib/rdoc/markup/formatter_test_case.rb, line 626
      def test_accept_list_end_note
        @to.start_accepting

        @to.accept_list_start @note_list

        @to.accept_list_end @note_list

        accept_list_end_note
      end