Skip to content

Commit ee37674

Browse files
committed
add breaking test
1 parent c68441b commit ee37674

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

validator_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8033,6 +8033,8 @@ func TestFQDNValidation(t *testing.T) {
80338033
{"example24.com.", true},
80348034
{"test.example24.com.", true},
80358035
{"test24.example24.com.", true},
8036+
{"24.example24.com", true},
8037+
{"test.24.example.com", true},
80368038
{"test24.example24.com..", false},
80378039
{"example", false},
80388040
{"192.168.0.1", false},

0 commit comments

Comments
 (0)