arthurdejong / python-stdnum

A Python library to provide functions to handle, parse and validate standard numbers.
https://arthurdejong.org/python-stdnum/
GNU Lesser General Public License v2.1
498 stars 206 forks source link

Expanded validation for BE VAT numbers #240

Closed JonasGe closed 3 years ago

JonasGe commented 3 years ago

Specifically invalidated all-zero numbers

BE0000000000 would previously result in a valid VAT number

arthurdejong commented 3 years ago

Thanks for your fix. I've merged it as 3a592e4 with the addition of a test case.