contrib/check-code.py
changeset 17711 cf204e9829f4
parent 17620 efd1a4378b64
child 17957 fbe43efe4a53
equal deleted inserted replaced
17710:95d29533e2ee 17711:cf204e9829f4
   114         else:
   114         else:
   115             p = r"^  [$>] .*(%s)" % p
   115             p = r"^  [$>] .*(%s)" % p
   116         utestpats[i].append((p, m))
   116         utestpats[i].append((p, m))
   117 
   117 
   118 utestfilters = [
   118 utestfilters = [
       
   119     (r"<<(\S+)((.|\n)*?\n  > \1)", rephere),
   119     (r"( *)(#([^\n]*\S)?)", repcomment),
   120     (r"( *)(#([^\n]*\S)?)", repcomment),
   120 ]
   121 ]
   121 
   122 
   122 pypats = [
   123 pypats = [
   123   [
   124   [