Skip to content

Commit

Permalink
add ParseIP test case
Browse files Browse the repository at this point in the history
This passes on master but fails in inetaf#63 (at the moment).
This makes it interesting enough to keep.
  • Loading branch information
josharian committed Dec 24, 2020
1 parent 97d3669 commit 93fcbde
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions netaddr_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ func TestParseString(t *testing.T) {
"::ffff:c000:1234",
"::ffff:f077:ff",
"::ffff:c000:1234%zone",
"::f:ffff:0:0",
}
for _, s := range tests {
t.Run(s, func(t *testing.T) {
Expand Down

0 comments on commit 93fcbde

Please sign in to comment.