| Canonicalization of file URLs when the base URL is an http URL |
| |
| On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE". |
| |
| |
| FAIL canonicalize('file:c:\\foo\\bar.html') should be file:///C:/foo/bar.html. Was file:///c:/foo/bar.html. |
| FAIL canonicalize(' File:c|////foo\\bar.html') should be file:///C:////foo/bar.html. Was file:///c:////foo/bar.html. |
| PASS canonicalize('file:') is 'file:///' |
| FAIL canonicalize('file:UNChost/path') should be file://unchost/path. Was file:///UNChost/path. |
| FAIL canonicalize('c:\\foo\\bar') should be file:///C:/foo/bar. Was c:\foo\bar. |
| FAIL canonicalize('C|/foo/bar') should be file:///C:/foo/bar. Was http://example.com/mock/C|/foo/bar. |
| FAIL canonicalize('/C|\\foo\\bar') should be file:///C:/foo/bar. Was http://example.com/C|/foo/bar. |
| FAIL canonicalize('//C|/foo/bar') should be file:///C:/foo/bar. Was http://c|/foo/bar. |
| FAIL canonicalize('//server/file') should be file://server/file. Was http://server/file. |
| FAIL canonicalize('\\\\server\\file') should be file://server/file. Was http://server/file. |
| FAIL canonicalize('/\\server/file') should be file://server/file. Was http://server/file. |
| FAIL canonicalize('file:c:foo/bar.html') should be file:///C:/foo/bar.html. Was file:///c:foo/bar.html. |
| FAIL canonicalize('file:/\\/\\C:\\\\//foo\\bar.html') should be file:///C:////foo/bar.html. Was file:////C:////foo/bar.html. |
| PASS canonicalize('file:///foo/bar.txt') is 'file:///foo/bar.txt' |
| FAIL canonicalize('FILE:/\\/\\7:\\\\//foo\\bar.html') should be file://7:////foo/bar.html. Was file:////7:////foo/bar.html. |
| FAIL canonicalize('file:filer/home\\me') should be file://filer/home/me. Was file:///filer/home/me. |
| PASS canonicalize('file:///C:/foo/../../../bar.html') is 'file:///C:/bar.html' |
| FAIL canonicalize('file:///C:/asdf#\xc2') should be file:///C:/asdf#Â. Was file:///C:/asdf#%C3%82. |
| FAIL canonicalize('file:///C:/asdf#Â') should be file:///C:/asdf#Â. Was file:///C:/asdf#%C3%82. |
| PASS canonicalize('file:///home/me') is 'file:///home/me' |
| PASS canonicalize('file:c:\\foo\\bar.html') is 'file:///c:/foo/bar.html' |
| FAIL canonicalize('file:c|//foo\\bar.html') should be file:///c%7C//foo/bar.html. Was file:///c://foo/bar.html. |
| FAIL canonicalize('//') should be file:///. Was //. |
| FAIL canonicalize('///') should be file:///. Was ///. |
| FAIL canonicalize('///test') should be file:///test. Was http://test/. |
| PASS canonicalize('file://test') is 'file://test/' |
| FAIL canonicalize('file://localhost') should be file://localhost/. Was file:///. |
| FAIL canonicalize('file://localhost/') should be file://localhost/. Was file:///. |
| FAIL canonicalize('file://localhost/test') should be file://localhost/test. Was file:///test. |
| PASS successfullyParsed is true |
| |
| TEST COMPLETE |
| |