mirror of
				https://github.com/django/django.git
				synced 2025-10-31 01:25:32 +00:00 
			
		
		
		
	
				
					committed by
					
						 Tim Graham
						Tim Graham
					
				
			
			
				
	
			
			
			
						parent
						
							50dddbdfc7
						
					
				
				
					commit
					62eb79fc4c
				
			| @@ -160,7 +160,7 @@ class WriterTests(TestCase): | ||||
|         # In order to preserve compatibility with Python 3.2 unicode literals | ||||
|         # prefix shouldn't be added to strings. | ||||
|         tokens = tokenize.generate_tokens(six.StringIO(str(output)).readline) | ||||
|         for token_type, token_source, (srow, scol), _, line in tokens: | ||||
|         for token_type, token_source, (srow, scol), __, line in tokens: | ||||
|             if token_type == tokenize.STRING: | ||||
|                 self.assertFalse( | ||||
|                     token_source.startswith('u'), | ||||
|   | ||||
		Reference in New Issue
	
	Block a user