blob: 8e93d443f6c3ca57a766c6a181febab84524b91b [file] [log] [blame]
Test resolution of relative UNIX-like URLs.
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS canonicalize('\\\\Another\\path') is 'http://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