diff --git a/test/test_parse_price.py b/test/test_parse_price.py index 92ebfe9..29be95c 100644 --- a/test/test_parse_price.py +++ b/test/test_parse_price.py @@ -24,6 +24,7 @@ PRICES_PARSABLE = [ ('5,00 dkk', dkk(5)), ('9,99 dkk', dkk('9.99')), ('17900 kr', dkk(17900)), + ('650 kr.', dkk(650)), ] PRICES_UNPARSABLE = [