summaryrefslogtreecommitdiff
path: root/pjlib/src/pjlib-test/sock.c
diff options
context:
space:
mode:
Diffstat (limited to 'pjlib/src/pjlib-test/sock.c')
-rw-r--r--pjlib/src/pjlib-test/sock.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/pjlib/src/pjlib-test/sock.c b/pjlib/src/pjlib-test/sock.c
index b25d574f..ec911177 100644
--- a/pjlib/src/pjlib-test/sock.c
+++ b/pjlib/src/pjlib-test/sock.c
@@ -219,6 +219,7 @@ static int parse_test(void)
{ "10.0.0.1:-1", IPv4}, /* port contains illegal character */
{ "10.0.0.1:123456", IPv4}, /* port too big */
{ "1.2.3.4.5:80", IPv4}, /* invalid IP */
+ { "10:0:80", IPv4}, /* hostname has colon */
#if defined(PJ_HAS_IPV6) && PJ_HAS_IPV6
{ "[fe::01]:abcd", IPv6}, /* port not numeric */