add a test

This commit is contained in:
Henry 2021-04-22 17:05:36 +02:00 committed by Henry
parent 9b4804b98e
commit c991e0831f
1 changed files with 2 additions and 0 deletions

View File

@ -20,6 +20,8 @@ func TestIsValid(t *testing.T) {
{"no.dots", false},
{"#*!(! nope", false},
{"NoUpperCase", false},
// too long
{"AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA", false},
}