• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1Test basic features of URL canonicalization
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('/') is 'http://example.org/'
8PASS successfullyParsed is true
9
10TEST COMPLETE
11
12