Closed mikeryancodes closed 2 years ago
This also appears in onderwijsnummer
, though that winds up getting caught by a format check for the first two digits. Still, I think we would want to see it fail a length check.
This is now resolved, closing.
Sample code producing the error:
It looks like
validate
is convertingvalue
to a string padded with 0s up to a length of 9 viaclean
before doing the length check, the length will always be 9 due to the padding.