diff -r 95d29533e2ee -r cf204e9829f4 contrib/check-code.py --- 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), ]