Home | History | Annotate | Download | only in url
      1 Test basic features of URL canonicalization
      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('/') is 'http://example.org/'
      8 PASS successfullyParsed is true
      9 
     10 TEST COMPLETE
     11 
     12