Message 141051 - Python tracker (original) (raw)
Given the input '<y z=""o"" />', HTMLParser only detects the opening x tag, and then stops parsing. Ideally this should behave like the case '<y z="""" />' which raises an error and then can continue parsing the close x tag.