From fc4a7f705d4c5911220cf9dbb0995d9f5dbabf02 Mon Sep 17 00:00:00 2001 From: Jeremy Harris Date: Wed, 4 Nov 2015 18:20:04 +0000 Subject: Expansions: New ${ipv6denorm:} and ${ipv6norm:} operators. Bug 1650 --- test/stdout/0002 | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'test/stdout/0002') diff --git a/test/stdout/0002 b/test/stdout/0002 index 9a3219d59..3018dce1f 100644 --- a/test/stdout/0002 +++ b/test/stdout/0002 @@ -189,6 +189,17 @@ > mask: 0.0.0.0/0 > Failed: missing mask value in "192.168.10.206" > Failed: "a.b.c.d" is not an IP address +> ipv6denorm: 0000:0000:0000:0000:0000:0000:0000:0001 +> ipv6denorm: fe00:0000:0000:0000:0000:0000:0000:0001 +> ipv6denorm: 0000:0000:0000:0000:0000:ffff:c0a8:0001 +> ipv6denorm: fe80:0000:0000:0000:0000:0000:c0a8:0001 +> ipv6norm: ::1 +> ipv6norm: 2a00:: +> ipv6norm: 2a00::1 +> ipv6norm: 2a00:eadf::1:0 +> ipv6norm: 2a00:eadf:0:1:: +> ipv6norm: 2a00:: +> ipv6norm: 2a00:2:3:4:5:6:7:8 > nhash: 19 0/61 > lc/uc: the quick BROWN FOX > length: The quick abc -- cgit v1.2.3