1
0
mirror of https://github.com/kakwa/ldapcherry synced 2024-06-11 21:29:52 +02:00

another ignore for tidylib

This commit is contained in:
kakwa 2019-02-09 19:09:32 +01:00
parent c5536bdc56
commit 9d0d321e9b

View File

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