| 
					
				 | 
			
			
				@@ -98,6 +98,7 @@ def test_mul(dividend, divisor, quotient): 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     ['en_US.UTF-8', "2.50 EUR", finoex.Sum(2.5, 'EUR')], 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     ['en_US.UTF-8', "2.50 €", finoex.Sum(2.5, 'EUR')], 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     ['en_US.UTF-8', "US$-0.50", finoex.Sum(-0.5, 'USD')], 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    ['en_US.UTF-8', "\u20ac10.26", finoex.Sum(10.26, 'EUR')], 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     ['en_US.UTF-8', "¥1.23", finoex.Sum(1.23, 'CNY')], 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 ]) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 def test_parse_text(loc, text, expected_sum): 
			 |