You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
does not match if code falsely uses upper case <A HREF='https://www.example.com/'>.. - like for example the export function from the Chrome bookmark manager.
The simple solution would be to convert everything to lowercase.
This would also mean faster matching.
Yet it looks wrong in the report.
The text was updated successfully, but these errors were encountered:
This code in
parser.py
:does not match if code falsely uses upper case
<A HREF='https://www.example.com/'>..
- like for example the export function from the Chrome bookmark manager.The simple solution would be to convert everything to lowercase.
This would also mean faster matching.
Yet it looks wrong in the report.
The text was updated successfully, but these errors were encountered: