mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2026-01-26 21:41:34 +03:00
tests: Update testapi.c
This commit is contained in:
@@ -146,6 +146,8 @@ main(int argc ATTRIBUTE_UNUSED, char **argv ATTRIBUTE_UNUSED) {
|
||||
xmlDictFree(xmlCtxtGetDict(NULL));
|
||||
xmlCtxtGetDocTypeDecl(NULL, NULL, NULL, NULL);
|
||||
xmlFreeDoc(xmlCtxtGetDocument(NULL));
|
||||
xmlCtxtGetInputPosition(NULL, 0, NULL, NULL, NULL, NULL);
|
||||
xmlCtxtGetInputWindow(NULL, 0, NULL, NULL, NULL);
|
||||
xmlCtxtGetLastError(NULL);
|
||||
xmlFreeNode(xmlCtxtGetNode(NULL));
|
||||
xmlCtxtGetOptions(NULL);
|
||||
|
||||
Reference in New Issue
Block a user