Skip to content

Commit ad4b510

Browse files
author
Renne Rocha
committed
Included extra test cases
1 parent be6d2ae commit ad4b510

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/test_price_parsing.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,10 @@ def __eq__(self, other):
9494
'EUR', None, None),
9595
Example(None, 'EUR is the selected currency',
9696
'EUR', None, None),
97+
Example(None, ' Prices in EUR ',
98+
'EUR', None, None),
99+
Example(None, '13800 ₶ ',
100+
'₶', '13800', 13800)
97101
]
98102

99103

0 commit comments

Comments
 (0)