add breaking test

pull/612/head
Giuliano Scaglioni 5 years ago
parent c68441b7f4
commit ee37674003
  1. 2
      validator_test.go

@ -8033,6 +8033,8 @@ func TestFQDNValidation(t *testing.T) {
{"example24.com.", true},
{"test.example24.com.", true},
{"test24.example24.com.", true},
{"24.example24.com", true},
{"test.24.example.com", true},
{"test24.example24.com..", false},
{"example", false},
{"192.168.0.1", false},

Loading…
Cancel
Save