1 Test resolution of relative UNIX-like URLs.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS canonicalize('\\\\Another\\path') is 'http://another/path'
7 PASS canonicalize('/c:\\foo') is 'http://host/c:/foo'
8 PASS canonicalize('//c:\\foo') is 'http://c/foo'
9 PASS successfullyParsed is true