Home | History | Annotate | Download | only in url
      1 Test resolution of relative UNIX-like URLs.
      2 
      3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
      4 
      5 
      6 FAIL canonicalize('\\\\Another\\path') should be http://another/path. Was 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
     10 
     11 TEST COMPLETE
     12 
     13