Skip to content

Commit 098ea3e

Browse files
committed
feat: add test to check for bic that's only valid under 2022 specification
1 parent 6a38036 commit 098ea3e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

validator_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13212,6 +13212,7 @@ func TestBicIsoFormatValidation(t *testing.T) {
1321213212
{"SBICKEN1", "bic", true},
1321313213
{"SBICKENY", "bic", true},
1321413214
{"SBICKEN1YYP", "bic", true},
13215+
{"E097AEXX", "bic", true}, // valid under https://www.iso.org/standard/84108.html
1321513216
{"SBIC23NXXX", "bic", false},
1321613217
{"S23CKENXXXX", "bic", false},
1321713218
{"SBICKENXX", "bic", false},

0 commit comments

Comments
 (0)