Home | History | Annotate | Download | only in url

Lines Matching full:another

6 PASS canonicalize('http://another/') is 'http://another/'
7 PASS canonicalize('http:////another/') is 'http://another/'
11 PASS canonicalize(' another ') is 'http://foo/another'
53 PASS canonicalize('//another') is 'http://another/'
54 PASS canonicalize('//another/path?query#ref') is 'http://another/path?query#ref'
55 FAIL canonicalize('///another/path') should be http://another/path. Was http:/another/path.
56 FAIL canonicalize('//Another\\path') should be http://another/path. Was http://Another/path.
58 PASS canonicalize('\\/another/path') is 'http://another/path'
59 FAIL canonicalize('/\\Another\\path') should be http://another/path. Was http://Another/path.