mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-03-16 02:50:07 +03:00
This caused failures in the HTML push tests but the fix required to change the expected output of the HTML SAX tests.
15 lines
307 B
Plaintext
15 lines
307 B
Plaintext
SAX.setDocumentLocator()
|
|
SAX.startDocument()
|
|
SAX.error: htmlParseEntityRef: expecting ';'
|
|
SAX.startElement(html)
|
|
SAX.startElement(body)
|
|
SAX.startElement(p)
|
|
SAX.characters(&, 1)
|
|
SAX.characters(ê, 2)
|
|
SAX.characters(
|
|
, 1)
|
|
SAX.endElement(p)
|
|
SAX.endElement(body)
|
|
SAX.endElement(html)
|
|
SAX.endDocument()
|