mirror of
https://gitlab.gnome.org/GNOME/libxml2
synced 2025-03-28 21:33:13 +00:00
printed the wrong string Daniel
* testRegexp.c: printed the wrong string Daniel
This commit is contained in:
parent
0090bd524f
commit
a4181227e9
@ -1,3 +1,7 @@
|
||||
Mon Aug 22 17:50:20 CEST 2005 Daniel Veillard <daniel@veillard.com>
|
||||
|
||||
* testRegexp.c: printed the wrong string
|
||||
|
||||
Mon Aug 22 16:42:07 CEST 2005 Daniel Veillard <daniel@veillard.com>
|
||||
|
||||
* testRegexp.c xmlregexp.c include/libxml/xmlregexp.h: exported
|
||||
|
@ -191,7 +191,7 @@ testReduce(xmlExpCtxtPtr ctxt, xmlExpNodePtr expr, const char *tst) {
|
||||
printf("Subset %s failed to parse\n", tst);
|
||||
return;
|
||||
}
|
||||
xmlExpDump(xmlExpBuf, expr);
|
||||
xmlExpDump(xmlExpBuf, sub);
|
||||
printf("Subset parsed as: %s\n",
|
||||
(const char *) xmlBufferContent(xmlExpBuf));
|
||||
deriv = xmlExpExpDerive(ctxt, expr, sub);
|
||||
|
Loading…
x
Reference in New Issue
Block a user