We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acc2c59 commit eadf421Copy full SHA for eadf421
1 file changed
bin/test-crawl
@@ -102,6 +102,7 @@ def check_html_valid(url, response):
102
key = re.sub("\?.*$", "", key)
103
key = re.sub("/rfc[0-9]+/", "/rfcnnnn/", key)
104
key = re.sub("/wg/[a-z0-9-]+/", "/wg/foo/", key)
105
+ key = re.sub("/rg/[a-z0-9-]+/", "/rg/foo/", key)
106
for slug in doc_types:
107
key = re.sub("/%s-.*/"%slug, "/%s-nnnn/"%slug, key)
108
if not key in validated_urls:
0 commit comments