mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 10:32:43 +00:00 
			
		
		
		
	 0634d11318
			
		
	
	
		0634d11318
		
	
	
	
	
		
			
			Otherwise `attr(|name, "fallback")` becomes `attr(| name , "fallback")` The test here is slightly aspirational. There are other rules for serialization we don't follow (like stripping whitespace entirely from many places) so these are marked with FIXMEs.
		
			
				
	
	
		
			8 lines
		
	
	
	
		
			166 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
	
		
			166 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| attr(foo)
 | |
| attr( foo )
 | |
| attr(foo, "fallback")
 | |
| attr( foo , "fallback" )
 | |
| attr(foo string)
 | |
| attr( foo string )
 | |
| attr(foo string, "fallback")
 | |
| attr( foo string , "fallback" )
 |