We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29ccca8 commit 695b6e0Copy full SHA for 695b6e0
1 file changed
bin/test-crawl
@@ -138,6 +138,7 @@ def check_html_valid(url, response, args):
138
key = re.sub("/dir/[a-z0-9-]+/", "/dir/foo/", key)
139
key = re.sub("/draft-[a-z0-9-]+/", "/draft-foo/", key)
140
key = re.sub("/group/[a-z0-9-]+/", "/group/foo/", key)
141
+ key = re.sub("/html/[a-z0-9-]+", "/html/foo/", key)
142
key = re.sub("/ipr/search/.*", "/ipr/search/", key)
143
key = re.sub("/meeting/[-0-9a-z]+/agenda/[0-9a-z]+/", "/meeting/nn/agenda/foo/", key)
144
key = re.sub("/release/[0-9dev.]+/", "/release/n.n.n/", key)
0 commit comments