blob: 6d9a6284a6a1c383476743417e683fbd02cf5584 [file] [log] [blame]
Test basic features of URL canonicalization
On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
PASS canonicalize('http://example.com/') is 'http://example.com/'
PASS canonicalize('/') is 'http://example.org/'
PASS successfullyParsed is true
TEST COMPLETE