Home | History | Annotate | Download | only in url
      1 Canonicalization of URL schemes.
      2 
      3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
      4 
      5 
      6 PASS canonicalize('http://example.com/') is 'http://example.com/'
      7 PASS canonicalize('HTTP://example.com/') is 'http://example.com/'
      8 PASS successfullyParsed is true
      9 
     10 TEST COMPLETE
     11 
     12