From bf9c1dad3a7d17f9207756a5b0e3a3efdba34c1b Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Tue, 26 Aug 2008 07:46:42 +0000 Subject: add the testchar to 'make check' Volker Grabsch pointed out a typo * Makefile.am: add the testchar to 'make check' * xmlschemas.c: Volker Grabsch pointed out a typo * xmlregexp.c: production [19] from XML Schemas regexps were a mistake removed in version REC-xmlschema-2-20041028, Volker Grabsch provided a patch to remove it * test/schemas/regexp-char-ref_0.xml test/schemas/regexp-char-ref_0.xsd test/schemas/regexp-char-ref_1.xsd result/schemas/regexp-char-ref_0_0 result/schemas/regexp-char-ref_1_0: Volker Grabsch also provided regession tests for this Daniel svn path=/trunk/; revision=3776 --- xmlschemas.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmlschemas.c') diff --git a/xmlschemas.c b/xmlschemas.c index e8a603c9..03c0b02d 100644 --- a/xmlschemas.c +++ b/xmlschemas.c @@ -15092,7 +15092,7 @@ xmlSchemaCheckSTPropsCorrect(xmlSchemaParserCtxtPtr ctxt, xmlSchemaPCustomErr(ctxt, XML_SCHEMAP_ST_PROPS_CORRECT_1, WXS_BASIC_CAST type, NULL, - "A type, derived by list or union, must have" + "A type, derived by list or union, must have " "the simple ur-type definition as base type, not '%s'", xmlSchemaGetComponentQName(&str, baseType)); FREE_AND_NULL(str) -- cgit v1.2.3