lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [6542] Allow long lines with 'https:' as well as 'http:'


From: Greg Chicares
Subject: [lmi-commits] [6542] Allow long lines with 'https:' as well as 'http:'
Date: Wed, 30 Mar 2016 22:22:28 +0000

Revision: 6542
          http://svn.sv.gnu.org/viewvc/?view=rev&root=lmi&revision=6542
Author:   chicares
Date:     2016-03-30 22:22:28 +0000 (Wed, 30 Mar 2016)
Log Message:
-----------
Allow long lines with 'https:' as well as 'http:'

Modified Paths:
--------------
    lmi/trunk/test_coding_rules.cpp

Modified: lmi/trunk/test_coding_rules.cpp
===================================================================
--- lmi/trunk/test_coding_rules.cpp     2016-03-30 21:41:10 UTC (rev 6541)
+++ lmi/trunk/test_coding_rules.cpp     2016-03-30 22:22:28 UTC (rev 6542)
@@ -700,7 +700,7 @@
         entries = f.data();
         }
 
-    static boost::regex const r("\\n(?!\\|)(?! *http:)([^\\n]{71,})(?=\\n)");
+    static boost::regex const r("\\n(?!\\|)(?! *https?:)([^\\n]{71,})(?=\\n)");
     boost::sregex_iterator i(entries.begin(), entries.end(), r);
     boost::sregex_iterator const omega;
     if(omega == i)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]