mirror of
				https://github.com/python-pillow/Pillow.git
				synced 2025-11-04 01:47:47 +03:00 
			
		
		
		
	Continuation line over-indented for visual indent
This commit is contained in:
		
							parent
							
								
									e7815ccd62
								
							
						
					
					
						commit
						58cc23695d
					
				| 
						 | 
				
			
			@ -210,10 +210,9 @@ class TestImageFont(PillowTestCase):
 | 
			
		|||
        ttf = self.get_font()
 | 
			
		||||
 | 
			
		||||
        # Act/Assert
 | 
			
		||||
        self.assertRaises(AssertionError,
 | 
			
		||||
                          draw.multiline_text, (0, 0), TEST_TEXT,
 | 
			
		||||
                                                       font=ttf,
 | 
			
		||||
                                                       align="unknown")
 | 
			
		||||
        self.assertRaises(
 | 
			
		||||
            AssertionError,
 | 
			
		||||
            draw.multiline_text, (0, 0), TEST_TEXT, font=ttf, align="unknown")
 | 
			
		||||
 | 
			
		||||
    def test_draw_align(self):
 | 
			
		||||
        im = Image.new('RGB', (300, 100), 'white')
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue
	
	Block a user