Improve proptest for german-decimal

korrat
May 12, 2023, 12:45 PM
CFT26V62UCPQUIXC5TPKJX44OFVTD2YHUMTTHBYBRHBW2COMEZBAC

Dependencies

  • [2] 7VFBUJ6P add basic property test for decimal parser

Change contents

  • replacement in common/german-decimal/tests/properties/main.rs at line 6
    [2.133][2.133:243]()
    fn can_parse_arbitrary_localized_decimal(decimal in r"(-|\+)?[0-9]{1,3}(\.[0-9]{3}){0,3}(,[0-9]{10})?") {
    [2.133]
    [2.243]
    fn can_parse_arbitrary_localized_decimal(decimal in r"(-|\+)?[0-9]{1,3}(\.[0-9]{3}){0,3}(,[0-9]{1,10})?") {