mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-21 08:20:25 +00:00
add one more parent path test
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@2657 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
a26e78c0c2
commit
51e4657cf6
1 changed files with 2 additions and 0 deletions
|
|
@ -195,6 +195,8 @@ class TestUrl (unittest.TestCase):
|
|||
self.assertEqual(url_norm(url), nurl)
|
||||
url = "http://example.com/a/../a/b"
|
||||
self.assertEqual(url_norm(url), nurl)
|
||||
url = "http://example.com/../a/b"
|
||||
self.assertEqual(url_norm(url), nurl)
|
||||
|
||||
def test_norm_path_relative_dots (self):
|
||||
"""
|
||||
|
|
|
|||
Loading…
Reference in a new issue