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