mirror of
				https://github.com/astral-sh/ruff.git
				synced 2025-10-29 19:17:12 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
	
		
			126 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
	
		
			126 B
		
	
	
	
		
			Python
		
	
	
	
	
	
| def with_backslash():
 | |
|     """Sum\\mary."""
 | |
| 
 | |
| 
 | |
| def ends_in_quote():
 | |
|     'Sum\\mary."'
 | |
| 
 | |
| 
 | |
| def contains_quote():
 | |
|     'Sum"\\mary.'
 | 
