-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Labels
Description
Describe the bug
iban NL13TEST0123456789 is validated as valid but actually is not - I think it might fit the rulesets but...
--
To Reproduce
// See https://aka.ms/new-console-template for more information
using IbanNet;
var validator = new IbanValidator();
var validationResult = validator.Validate("NL13TEST0123456789");
Console.WriteLine(validationResult.IsValid);
Expected behavior
IsValid == false
IbanNet library/version
- [IbanNet 5.9.0]
.NET runtime
- [.NET 7.0]
Operating system
- [OSX 13.4]
- [Azure AppService Windows ?]