another ignore for tidylib

This commit is contained in:
kakwa 2019-02-09 19:09:32 +01:00
parent c5536bdc56
commit 9d0d321e9b
1 changed files with 1 additions and 0 deletions

View File

@ -93,6 +93,7 @@ def _is_html_error(line):
r'.*Warning: <button> proprietary attribute.*',
r'.*Warning: <form> proprietary attribute.*',
r'.*Warning: <table> lacks "summary" attribute.*',
r'.*Warning: <script> inserting "type" attribute.*',
r'.*testing: good.*',
]:
if re.match(p, line):