unit tests for Class E IP addresses

This commit is contained in:
Antonio Ojea
2022-06-08 15:29:48 +02:00
parent abba1492f1
commit 2124f17c72
2 changed files with 6 additions and 0 deletions

View File

@@ -19893,6 +19893,7 @@ func TestValidateNonSpecialIP(t *testing.T) {
ip string
}{
{"ipv4", "10.1.2.3"},
{"ipv4 class E", "244.1.2.3"},
{"ipv6", "2000::1"},
} {
t.Run(tc.desc, func(t *testing.T) {