Commit cd3c26a7 authored by Georg Brandl's avatar Georg Brandl

Reverting previous checkin. This breaks too much of HTMLParser to be applied

without thought. Anyway, such malformed HTML is better handled by something
like BeautifulSoup.
parent 4ce69a5b
......@@ -36,7 +36,7 @@ locatestarttagend = re.compile(r"""
(?:'[^']*' # LITA-enclosed value
|\"[^\"]*\" # LIT-enclosed value
|[^'\">\s]+ # bare value
)?
)
)?
)
)*
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment