mirror of
				https://github.com/python/cpython.git
				synced 2025-11-04 03:44:55 +00:00 
			
		
		
		
	add svn+ssh testcase for urljoin.
This commit is contained in:
		
							parent
							
								
									0df24c9e0c
								
							
						
					
					
						commit
						28696fe491
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -340,6 +340,7 @@ class UrlParseTestCase(unittest.TestCase):
 | 
			
		|||
        self.checkJoin('', 'http://a/b/c/g?y/./x','http://a/b/c/g?y/./x')
 | 
			
		||||
        self.checkJoin('', 'http://a/./g', 'http://a/./g')
 | 
			
		||||
        self.checkJoin('svn://pathtorepo/dir1','dir2','svn://pathtorepo/dir2')
 | 
			
		||||
        self.checkJoin('svn+ssh://pathtorepo/dir1','dir2','svn+ssh://pathtorepo/dir2')
 | 
			
		||||
 | 
			
		||||
    def test_RFC2732(self):
 | 
			
		||||
        for url, hostname, port in [
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue