]> Cypherpunks repositories - gostls13.git/commit
net: add test cases for parsing ipv4-mapped ipv6 address
authorMikio Hara <mikioh.mikioh@gmail.com>
Wed, 31 Dec 2014 07:46:19 +0000 (16:46 +0900)
committerMikio Hara <mikioh.mikioh@gmail.com>
Sun, 4 Jan 2015 10:28:00 +0000 (10:28 +0000)
commit2958860ee86a732e4a5ef55e48f40559858fa82a
tree10c22862080dccfcc5ea2bc980bebec553fba8b1
parent537ddc945685cea6fd2f3cbc8bfc6f69616671fd
net: add test cases for parsing ipv4-mapped ipv6 address

This CL adds missing ipv4-mapped ipv6 address test cases to TestParseIP.

Change-Id: I3144d2a88d409bd515cf52f8711d407bfa81ed68
Reviewed-on: https://go-review.googlesource.com/2205
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/net/ip_test.go