1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-10-20 03:52:25 +03:00

tests: Remove result files committed by accident

This commit is contained in:
Nick Wellnhofer
2025-05-13 16:19:42 +02:00
parent d6151c2337
commit 87087def4e
2 changed files with 0 additions and 13 deletions

View File

@@ -1,5 +0,0 @@
<?xml version="1.0"?>
<!DOCTYPE doc [
<!ATTLIST doc a CDATA "&lt;&quot;&gt;">
]>
<doc/>

View File

@@ -1,8 +0,0 @@
SAX.setDocumentLocator()
SAX.startDocument()
SAX.internalSubset(doc, , )
SAX.attributeDecl(doc, a, 1, 1, <">, ...)
SAX.externalSubset(doc, , )
SAX.startElementNs(doc, NULL, NULL, 0, 1, 1, a='<">...', 3)
SAX.endElementNs(doc, NULL, NULL)
SAX.endDocument()