before claude
This commit is contained in:
@@ -27,3 +27,7 @@ def test_parse_price_without_decimal():
|
||||
|
||||
def test_parse_price_with_currency():
|
||||
assert parse_price_text("EUR 1 259,00") == 1259.00
|
||||
|
||||
|
||||
def test_parse_price_with_cents_after_currency_symbol():
|
||||
assert parse_price_text("1199 €99") == 1199.99
|
||||
|
||||
Reference in New Issue
Block a user