mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-10-23 01:52:48 +03:00
had to fix generation and rebuild. the testapi found a bug in the last
* gentest.py testapi.c: had to fix generation and rebuild. * valid.c: the testapi found a bug in the last code of course ! Daniel
This commit is contained in:
@@ -24401,6 +24401,7 @@ test_xmlNewDocElementContent(void) {
|
||||
type = gen_xmlElementContentType(n_type, 2);
|
||||
|
||||
ret_val = xmlNewDocElementContent(doc, (const xmlChar *)name, type);
|
||||
xmlFreeDocElementContent(doc, ret_val); ret_val = NULL;
|
||||
desret_xmlElementContentPtr(ret_val);
|
||||
call_tests++;
|
||||
des_xmlDocPtr(n_doc, doc, 0);
|
||||
|
Reference in New Issue
Block a user