diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2015-11-04 18:20:04 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2015-11-08 21:22:13 +0000 |
commit | fc4a7f705d4c5911220cf9dbb0995d9f5dbabf02 (patch) | |
tree | 5e2587631375bbcbb3065dd66c540918b8a3318f /test/stdout | |
parent | 6636495c105ec7c4954585c1b317e049c6cac002 (diff) |
Expansions: New ${ipv6denorm:<string>} and ${ipv6norm:<string>} operators. Bug 1650
Diffstat (limited to 'test/stdout')
-rw-r--r-- | test/stdout/0002 | 11 |
1 files changed, 11 insertions, 0 deletions
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 |