From 87c195fac0760d0f5fa5f1675d3f919a658c8145 Mon Sep 17 00:00:00 2001 From: anwarbaroudi Date: Fri, 6 Dec 2019 11:41:46 -0500 Subject: Add three country codes to ISIN This adds three missing country codes: 'AN' for 'Netherlands Antilles', 'CS' for 'Serbia and Montenegro' and 'XK' for 'Kosovo'. Closes https://github.com/arthurdejong/python-stdnum/issues/173 Closes https://github.com/arthurdejong/python-stdnum/pull/174 Closes https://github.com/arthurdejong/python-stdnum/pull/176 --- tests/test_isin.doctest | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/test_isin.doctest') diff --git a/tests/test_isin.doctest b/tests/test_isin.doctest index 84cb9fa..379224e 100644 --- a/tests/test_isin.doctest +++ b/tests/test_isin.doctest @@ -37,6 +37,7 @@ These have been found online and should all be valid numbers. >>> numbers = ''' ... +... AN8068571086 ... AU000000AAI6 ... AU000000AAT3 ... AU000000CDD7 -- cgit v1.2.3