1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2024-10-26 20:25:14 +03:00
libxml2/result/noent/att3.sax2
Nick Wellnhofer dbaab1f369 Test SAX2 callbacks with entity substitution
This detects regressions like bug 760367.
2017-06-16 21:38:57 +02:00

9 lines
236 B
Plaintext
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

SAX.setDocumentLocator()
SAX.startDocument()
SAX.startElementNs(select, NULL, NULL, 0, 1, 0, onclick='aaaa...', 17)
SAX.characters(f, 1)
SAX.characters( , 2)
SAX.characters(oo, 2)
SAX.endElementNs(select, NULL, NULL)
SAX.endDocument()