Add tests for validation package

This commit is contained in:
Fred Boniface
2023-09-05 12:35:52 +01:00
parent cfb0d4ebc6
commit 259dc875a4
2 changed files with 78 additions and 1 deletions

View File

@@ -86,7 +86,7 @@ var FormatRules = map[string]rule{
"qr": {
minLength: 1,
maxLength: 4296,
charset: *ISO88591,
charset: *ANY,
divisible: 1,
},
}