mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-07-29 11:41:22 +03:00
"" is a valid hexbinary string dixit xmlschema-dev update the test. added
* xmlschemastypes.c: "" is a valid hexbinary string dixit xmlschema-dev * result/schemas/hexbinary_0_1.err test/schemas/hexbinary_1.xml: update the test. * test/ns5 result//ns5*: added a test for the namespace bug fixed in previous commit. * Makefile.am: added a message in the regression tests Daniel
This commit is contained in:
@ -2304,7 +2304,7 @@ xmlSchemaValAtomicType(xmlSchemaTypePtr type, const xmlChar * value,
|
||||
xmlChar *base;
|
||||
int total, i = 0;
|
||||
|
||||
if ((cur == NULL) || (*cur == 0))
|
||||
if (cur == NULL)
|
||||
goto return1;
|
||||
|
||||
while (((*cur >= '0') && (*cur <= '9')) ||
|
||||
|
Reference in New Issue
Block a user