Change-Id: Idadb58a935abdbfa99327ba79de8b33d38b8c722 Reviewed-on: https://cl.tvl.fyi/c/depot/+/2264 Reviewed-by: Profpatsch <mail@profpatsch.de> Tested-by: BuildkiteCI
		
			
				
	
	
		
			14 lines
		
	
	
	
		
			134 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
	
		
			134 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
function foo () {
 | 
						|
    local x=123
 | 
						|
}
 | 
						|
 | 
						|
function bar () {
 | 
						|
    local x=123
 | 
						|
}
 | 
						|
 | 
						|
echo abc def \
 | 
						|
     gef gef
 | 
						|
 | 
						|
printf \
 | 
						|
    "%s\n" \
 | 
						|
    haha
 |