blob: 1fa3ba51f3715730b6686c10ef56cc39d3898ad2 [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