libxml2/result/noent/ebcdic_566012.xml.sax2
Nick Wellnhofer dbaab1f369 Test SAX2 callbacks with entity substitution
This detects regressions like bug 760367.
2017-06-16 21:38:57 +02:00

6 lines
163 B
Plaintext

SAX.setDocumentLocator()
SAX.startDocument()
SAX.startElementNs(test, NULL, NULL, 0, 1, 0, attr='ÄÖ...', 6)
SAX.endElementNs(test, NULL, NULL)
SAX.endDocument()