mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-01-14 19:24:06 +03:00
b6e7fdbac6
- 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
16 lines
158 B
Plaintext
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
|