forked from baron/baron-sso
테스트 코드 추가2
This commit is contained in:
@@ -39,7 +39,7 @@ func TestValidateSlug_Format(t *testing.T) {
|
||||
{"abc", true},
|
||||
{"a-b-c", true},
|
||||
{"123", true},
|
||||
{"ab", false}, // Too short
|
||||
{"ab", false}, // Too short
|
||||
{"-abc", false}, // Starts with hyphen
|
||||
{"abc-", false}, // Ends with hyphen
|
||||
{"Abc", true}, // Case insensitive check (converted to lower)
|
||||
|
||||
Reference in New Issue
Block a user