# File lib/rdoc/markup/formatter_test_case.rb, line 587
      def test_accept_list_end_label
        @to.start_accepting

        @to.accept_list_start @label_list

        @to.accept_list_end @label_list

        accept_list_end_label
      end