add multibyte test case for blank string to maintain 100% test coverage

pull/76/head
joeybloggs 9 years ago
parent 35aff710e4
commit 63a3b7e6ad
  1. 1
      validator_test.go

@ -352,6 +352,7 @@ func TestMultibyteValidation(t *testing.T) {
param string
expected bool
}{
{"", true},
{"abc", false},
{"123", false},
{"<>@;.-=", false},

Loading…
Cancel
Save