Open
Description
I'm running into issue with HTML parsing of the following HTML.
parser = html5lib.HTMLParser(strict=True)
parser.parse('<!DOCTYPE html><html lang="en"><head><title>test</title><meta http-equiv="refresh" content="1; url=http://127.0.0.1:54583/restore/admin/testcases/%3CF%21ch%C3%AFer%3E%20%28%40vec%29%20%7Bc%C3%A0ra%C3%A7t%23%C3%A8r%C3%AB%7D%20%24%C3%A9p%C3%AAcial?date=1454448640&raw=1" ></head><body>COUCOU</body></html>')
I get this exception.
html5lib.html5parser.ParseError: Named entity expected. Got none.
According to w3c validator. This is valid.
Metadata
Metadata
Assignees
Labels
No labels