From ee37674003944d5a8b01fd725f801c019d225423 Mon Sep 17 00:00:00 2001 From: Giuliano Scaglioni Date: Wed, 20 May 2020 21:08:58 -0300 Subject: [PATCH] add breaking test --- validator_test.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/validator_test.go b/validator_test.go index 2e4215f..deea780 100644 --- a/validator_test.go +++ b/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},