##// END OF EJS Templates
check-config: escape period in regexp for inline comments
timeless -
r27312:f925d492 default
parent child Browse files
Show More
@@ -62,7 +62,7 b' def main(args):'
62 62
63 63 # look for ignore markers
64 64 m = re.search(r'# (?:internal|experimental|deprecated|developer)'
65 ' config: (\S+.\S+)$', l)
65 ' config: (\S+\.\S+)$', l)
66 66 if m:
67 67 documented[m.group(1)] = 1
68 68
General Comments 0
You need to be logged in to leave comments. Login now