Skip to content

Commit 63a3b7e

Browse files
joeybloggsjoeybloggs
authored andcommitted
add multibyte test case for blank string to maintain 100% test coverage
1 parent 35aff71 commit 63a3b7e

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
@@ -352,6 +352,7 @@ func TestMultibyteValidation(t *testing.T) {
352352
param string
353353
expected bool
354354
}{
355+
{"", true},
355356
{"abc", false},
356357
{"123", false},
357358
{"<>@;.-=", false},

0 commit comments

Comments
 (0)