11 lines
		
	
	
	
		
			173 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
	
		
			173 B
		
	
	
	
		
			Text
		
	
	
	
	
	
(
 | 
						|
	foo &&
 | 
						|
# LINT: closing ")" of $(...) not misinterpreted as subshell-closing ")"
 | 
						|
	bar=$(gobble) &&
 | 
						|
	baz
 | 
						|
) &&
 | 
						|
(
 | 
						|
# LINT: missing "&&" on $(...)
 | 
						|
	bar=$(gobble blocks)
 | 
						|
	baz
 | 
						|
)
 |