Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/test_se_personnummer.doctest
Commit message (Collapse)AuthorAgeFilesLines
* Fix issue with extra plus or minus in se.personnummerArthur de Jong2020-02-121-2/+10
| | | | | Fixes 5441ffa Closes https://github.com/arthurdejong/python-stdnum/issues/188
* Handle - and + sign correctly in Swedish PersonnummerAmin Solhizadeh2019-10-131-0/+10
| | | | | | | | | | | For people aged 100 and up, the minus/dash in the personnummer is changed to a plus, on new year's eve the year they turn 100. See Folkbokföringslagen (1991:481), §18. This makes the - or + sign part of the number. Closes https://github.com/arthurdejong/python-stdnum/issues/156 Closes https://github.com/arthurdejong/python-stdnum/pull/160
* Add Swedish PersonnummerIlya Vihtinsky2018-12-241-0/+77
Closes https://github.com/arthurdejong/python-stdnum/pull/88