mirror of
				https://github.com/python/cpython.git
				synced 2025-11-04 07:31:38 +00:00 
			
		
		
		
	add another testcase
This commit is contained in:
		
							parent
							
								
									37d3ff1487
								
							
						
					
					
						commit
						4eda93723e
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -572,6 +572,7 @@ def test_casefold(self):
 | 
			
		|||
        self.assertEqual('fi'.casefold(), 'fi')
 | 
			
		||||
        self.assertEqual('\u03a3'.casefold(), '\u03c3')
 | 
			
		||||
        self.assertEqual('A\u0345\u03a3'.casefold(), 'a\u03b9\u03c3')
 | 
			
		||||
        self.assertEqual('\u00b5'.casefold(), '\u03bc')
 | 
			
		||||
 | 
			
		||||
    def test_upper(self):
 | 
			
		||||
        string_tests.CommonTest.test_upper(self)
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue