|  | @@ -135,6 +135,7 @@ def get_contribution():
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  def get_article():
 | 
	
		
			
				|  |  |      return finoex.Article(
 | 
	
		
			
				|  |  | +        access_option = 'download',
 | 
	
		
			
				|  |  |          authors = ['a', 'b'],
 | 
	
		
			
				|  |  |          depth = finoex.Distance(12.3, u'dm'),
 | 
	
		
			
				|  |  |          features = u'supergeil',
 | 
	
	
		
			
				|  | @@ -423,6 +424,7 @@ platform: platformπ
 | 
	
		
			
				|  |  |  platform_view_url: http://i.dont.know
 | 
	
		
			
				|  |  |  """],
 | 
	
		
			
				|  |  |      [get_article(), u"""!article
 | 
	
		
			
				|  |  | +access_option: download
 | 
	
		
			
				|  |  |  authors:
 | 
	
		
			
				|  |  |  - a
 | 
	
		
			
				|  |  |  - b
 | 
	
	
		
			
				|  | @@ -675,6 +677,7 @@ platform: platformπ
 | 
	
		
			
				|  |  |  platform_view_url: http://i.dont.know
 | 
	
		
			
				|  |  |  """],
 | 
	
		
			
				|  |  |      [get_article(), u"""!article
 | 
	
		
			
				|  |  | +access_option: download
 | 
	
		
			
				|  |  |  authors:
 | 
	
		
			
				|  |  |  - a
 | 
	
		
			
				|  |  |  - b
 |