You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by se...@apache.org on 2021/07/26 16:20:23 UTC

[whimsy] branch master updated: Non-standard list name

This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git


The following commit(s) were added to refs/heads/master by this push:
     new 734f545  Non-standard list name
734f545 is described below

commit 734f5451cbc210f1be5e0dce0b53d1aeaa0a4b91
Author: Sebb <se...@apache.org>
AuthorDate: Mon Jul 26 17:20:13 2021 +0100

    Non-standard list name
---
 lib/spec/lib/mail/mlist_spec.rb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/spec/lib/mail/mlist_spec.rb b/lib/spec/lib/mail/mlist_spec.rb
index dd04556..e27a845 100644
--- a/lib/spec/lib/mail/mlist_spec.rb
+++ b/lib/spec/lib/mail/mlist_spec.rb
@@ -79,6 +79,7 @@ describe ASF::MLIST do
         expect(dom.class).to eq(String)
         expect(list.class).to eq(String)
         expect(dom).to match(/^[a-z.0-9-]+\.[a-z]+$/)
+        next if list == 'commits.deprecated' # allow for unusual list name
         expect(list).to match(/^[a-z0-9-]+$/)
       end
     end