diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2001-02-02 17:07:32 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2001-02-02 17:07:32 +0000 |
commit | b6e7fdbac64423e63474fbb4b95770209f280797 (patch) | |
tree | f16b34c69d032795113b040a0dd76c7459fe41e5 /result/VC | |
parent | ea28ce621cc19a1444b98965a311693f0acdc7a6 (diff) | |
download | libxml2-b6e7fdbac64423e63474fbb4b95770209f280797.tar.gz |
Rewrite/cleanup/tests of URI normalization:
- uri.c: rewrite of xmlNormalizeURIPath from Paul D. Smith
- test/URI/smith.uri result/URI/smith.uri Makefile.am:
added the new tests for URI normalization
- testURI.c: fixed stoopid bugs
- result/VC/OneID3 result/VC/UniqueElementTypeDeclaration:
the URI in the error messages are now properly normalized
Daniel
Diffstat (limited to 'result/VC')
-rw-r--r-- | result/VC/OneID3 | 2 | ||||
-rw-r--r-- | result/VC/UniqueElementTypeDeclaration | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/result/VC/OneID3 b/result/VC/OneID3 index ac81a9b2..d1742de5 100644 --- a/result/VC/OneID3 +++ b/result/VC/OneID3 @@ -1,3 +1,3 @@ -./test/VC/dtds/doc.dtd:2: validity error: Element doc has ID attributes defined in the internal and external subset : val +test/VC/dtds/doc.dtd:2: validity error: Element doc has ID attributes defined in the internal and external subset : val <!ATTLIST doc val ID #IMPLIED> ^ diff --git a/result/VC/UniqueElementTypeDeclaration b/result/VC/UniqueElementTypeDeclaration index a255ef61..d2ff38bc 100644 --- a/result/VC/UniqueElementTypeDeclaration +++ b/result/VC/UniqueElementTypeDeclaration @@ -1,3 +1,3 @@ -./test/VC/dtds/a.dtd:1: validity error: Redefinition of element a +test/VC/dtds/a.dtd:1: validity error: Redefinition of element a <!ELEMENT a (#PCDATA | b | c)*> ^ |