• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1Canonicalization of URL schemes.
2
3On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
4
5
6PASS canonicalize('http://example.com/') is 'http://example.com/'
7PASS canonicalize('HTTP://example.com/') is 'http://example.com/'
8PASS successfullyParsed is true
9
10TEST COMPLETE
11
12