From 56002fafe8aea5d5d6715426ece8811e9171983d Mon Sep 17 00:00:00 2001 From: Arthur de Jong Date: Sat, 10 Feb 2018 16:52:36 +0100 Subject: Add support for Belgian IBAN format This adds further checks to the country-specific part of the IBAN for Belgian IBANs. Closes https://github.com/arthurdejong/python-stdnum/issues/62 --- tests/test_iban.doctest | 2 -- 1 file changed, 2 deletions(-) (limited to 'tests/test_iban.doctest') diff --git a/tests/test_iban.doctest b/tests/test_iban.doctest index 855b88d..d5d0cc0 100644 --- a/tests/test_iban.doctest +++ b/tests/test_iban.doctest @@ -39,8 +39,6 @@ numbers: ... AZ21NABZ00000000137010001944 ... BA39 1290 0794 0102 8494 ... BA391290079401028494 -... BE68 5390 0754 7034 -... BE68539007547034 ... BG80 BNBG 9661 1020 3456 78 ... BG80BNBG96611020345678 ... BH67BMAG00001299123456 -- cgit v1.2.3