Fixed a bad regex in test-crawl

- Legacy-Id: 17970
This commit is contained in:
Henrik Levkowetz 2020-06-11 09:22:26 +00:00
parent 033da559d2
commit 221e989754

View file

@ -225,7 +225,7 @@ def skip_url(url):
r"draft-touch-msword-template-v2\.0",
# Skip most html conversions, not worth the time
"^/doc/html/draft-[0-9ac-z][0-9]b-z].*",
"^/doc/html/draft-[0-9ac-z][0-9b-z].*",
"^/doc/html/charter-.*",
"^/doc/html/status-.*",
"^/doc/html/rfc.*",