mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-01-25 06:03:34 +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
87 B
Plaintext
16 lines
87 B
Plaintext
/bar
|
|
bar
|
|
bar
|
|
bar
|
|
baz
|
|
|
|
foo/
|
|
foo
|
|
foo
|
|
../foo./
|
|
../foo/
|
|
/foo
|
|
../foo
|
|
../../foo
|
|
../../../foo
|