The xml parse works for <yes/>. Adding tests

This commit is contained in:
Tristan Roux
2019-12-05 20:34:59 +01:00
parent 76b81478e5
commit 6291a21f71
9 changed files with 85 additions and 9 deletions

View File

@@ -27,5 +27,6 @@ struct node
node *next;
};
node *xmlparse(char *path);
dictionary *property_add(dictionary *list, dictionary *property);
node *xml_parsenode(char **nodestr);