Skip to content

Commit d09418f

Browse files
Renne Rocharennerocha
Renne Rocha
authored andcommitted
Included extra test cases
1 parent d14a509 commit d09418f

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
@@ -97,6 +97,10 @@ def __eq__(self, other):
9797
'EUR', None, None),
9898
Example(None, 'EUR is the selected currency',
9999
'EUR', None, None),
100+
Example(None, ' Prices in EUR ',
101+
'EUR', None, None),
102+
Example(None, '13800 ₶ ',
103+
'₶', '13800', 13800)
100104
]
101105

102106

0 commit comments

Comments
 (0)