From 84042615d644baa96abde261eabf7e496e9e4414 Mon Sep 17 00:00:00 2001 From: Jon Michael Aanes Date: Sat, 17 May 2025 00:43:36 +0200 Subject: [PATCH] Additional test case --- test/test_parse_price.py | 1 + 1 file changed, 1 insertion(+) 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 = [