contrib/check-code.py
changeset 17711 cf204e9829f4
parent 17620 efd1a4378b64
child 17957 fbe43efe4a53
--- a/contrib/check-code.py	Wed Sep 19 20:33:20 2012 +0200
+++ b/contrib/check-code.py	Wed Oct 03 22:09:18 2012 +0200
@@ -116,6 +116,7 @@
         utestpats[i].append((p, m))
 
 utestfilters = [
+    (r"<<(\S+)((.|\n)*?\n  > \1)", rephere),
     (r"( *)(#([^\n]*\S)?)", repcomment),
 ]