relative-unix-expected.txt revision 430b6b672341c7e8b5e4cfafaaae20315e68701b
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'
8FAIL canonicalize('//c:\\foo') should be http://c/foo. Was http://c:/foo.
9PASS successfullyParsed is true
10
11TEST COMPLETE
12
13