1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2024-10-26 20:25:14 +03:00
libxml2/test/URI/smith.uri
Daniel Veillard b6e7fdbac6 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
2001-02-02 17:07:32 +00:00

16 lines
158 B
Plaintext

/foo/../bar
foo/../bar
./foo/../bar
foo/./../bar
foo/bar/.././../baz
foo/..
foo/bar/..
./foo
././foo
.././foo./
.././foo/.
/foo
../foo
../../foo
../../../foo