Commit a46f0258 a46f0258682d9c9fea322781155ac434093da2d4 by Nicolas Perriault

added missing test case

1 parent 54ea8957
......@@ -12,7 +12,8 @@ t.comment('cleanUrl()');
'https://google.com/': 'https://google.com/',
'https://google.com': 'https://google.com/',
'https://www.google.com/': 'https://www.google.com/',
'https://www.google.com/?plop=2': 'https://www.google.com/?plop=2'
'https://www.google.com/?plop=2': 'https://www.google.com/?plop=2',
'file:///Users/toto/toto.html': 'file:///Users/toto/toto.html'
};
})();
......