mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-07-28 00:21:53 +03:00
more coverage more fixes Daniel
* gentest.py testapi.c: more coverage * debugXML.c parser.c xmlregexp.c xpath.c: more fixes Daniel
This commit is contained in:
@ -4062,6 +4062,8 @@ void
|
||||
xmlRegexpPrint(FILE *output, xmlRegexpPtr regexp) {
|
||||
int i;
|
||||
|
||||
if (output == NULL)
|
||||
return;
|
||||
fprintf(output, " regexp: ");
|
||||
if (regexp == NULL) {
|
||||
fprintf(output, "NULL\n");
|
||||
|
Reference in New Issue
Block a user