Skip to content

Commit 221e989

Browse files
committed
Fixed a bad regex in test-crawl
- Legacy-Id: 17970
1 parent 033da55 commit 221e989

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bin/test-crawl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ def skip_url(url):
225225
r"draft-touch-msword-template-v2\.0",
226226

227227
# Skip most html conversions, not worth the time
228-
"^/doc/html/draft-[0-9ac-z][0-9]b-z].*",
228+
"^/doc/html/draft-[0-9ac-z][0-9b-z].*",
229229
"^/doc/html/charter-.*",
230230
"^/doc/html/status-.*",
231231
"^/doc/html/rfc.*",

0 commit comments

Comments
 (0)