blob: c44bd52205d16e53b26e3fde354a697b7bd1b1ee [file] [log] [blame]
Test resolution of relative UNIX-like URLs.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
FAIL canonicalize('\\\\Another\\path') should be http://another/path. Was file://another/path.
PASS canonicalize('/c:\\foo') is 'http://host/c:/foo'
PASS canonicalize('//c:\\foo') is 'http://c/foo'
PASS successfullyParsed is true
TEST COMPLETE