aboutsummaryrefslogtreecommitdiffstats
path: root/xmlschemas.c
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2008-08-26 07:46:42 +0000
committerDaniel Veillard <veillard@src.gnome.org>2008-08-26 07:46:42 +0000
commitbf9c1dad3a7d17f9207756a5b0e3a3efdba34c1b (patch)
tree1cfb2615e0ec828b692fd80c2295ad6716664985 /xmlschemas.c
parent54bd29b79bf2e9375aa369361020814e5d6a0f3a (diff)
downloadandroid_external_libxml2-bf9c1dad3a7d17f9207756a5b0e3a3efdba34c1b.tar.gz
android_external_libxml2-bf9c1dad3a7d17f9207756a5b0e3a3efdba34c1b.tar.bz2
android_external_libxml2-bf9c1dad3a7d17f9207756a5b0e3a3efdba34c1b.zip
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
Diffstat (limited to 'xmlschemas.c')
-rw-r--r--xmlschemas.c2
1 files changed, 1 insertions, 1 deletions
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)