mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-01-14 19:24:06 +03:00
dbaab1f369
This detects regressions like bug 760367.
8 lines
294 B
Plaintext
8 lines
294 B
Plaintext
SAX.setDocumentLocator()
|
|
SAX.startDocument()
|
|
SAX.startElementNs(repository, NULL, NULL, 0, 1, 0, repositroy_id='test...', 4)
|
|
SAX.startElementNs(namespace, NULL, NULL, 0, 1, 0, name='test...', 4)
|
|
SAX.endElementNs(namespace, NULL, NULL)
|
|
SAX.endElementNs(repository, NULL, NULL)
|
|
SAX.endDocument()
|