# File lib/rdoc/markup/formatter_test_case.rb, line 519
      def test_accept_list_start_label
        @to.start_accepting

        @to.accept_list_start @label_list

        accept_list_start_label
      end