Hash :
0b2d5c48
Author :
Date :
2017-06-12T19:10:04
Initialize keepBlanks in HTML parser This caused failures in the HTML push tests but the fix required to change the expected output of the HTML SAX tests.
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()