Support for Egypt, Congo, Gabon

This commit is contained in:
Yorick de Wid 2016-03-03 12:51:56 +01:00
parent 5b03fb395c
commit 1884010ceb
1 changed files with 9 additions and 0 deletions

View File

@ -388,6 +388,15 @@ Validate::Validate() {
addSpecification(new Specification(
"UA", 29, "F25",
"UA511234567890123456789012345"));
addSpecification(new Specification(
"EG", 27, "F23",
"EG1100006001880800100014553")));
addSpecification(new Specification(
"CG", 27, "F23",
"CG5230011000202151234567890")));
addSpecification(new Specification(
"GA", 27, "F23",
"GA2140002000055602673300064")));
}