| Index: net/base/host_port_pair_unittest.cc
|
| diff --git a/net/base/host_port_pair_unittest.cc b/net/base/host_port_pair_unittest.cc
|
| index 8047cc3181401dffd0cc917b90969bf58e1aacb9..72704a0f5c908ec15422ca1098e19805e70a9997 100644
|
| --- a/net/base/host_port_pair_unittest.cc
|
| +++ b/net/base/host_port_pair_unittest.cc
|
| @@ -38,11 +38,8 @@ TEST(HostPortPairTest, Parsing) {
|
|
|
| TEST(HostPortPairTest, BadString) {
|
| const char* kBadStrings[] = {
|
| - "foo.com:2:3",
|
| - "bar.com:two",
|
| - "www.google.com:-1",
|
| - "127.0.0.1:65536",
|
| - "[2001:db8::42]:65536",
|
| + "foo.com:2:3", "bar.com:two", "www.google.com:-1",
|
| + "www.google.com:+1", "127.0.0.1:65536", "[2001:db8::42]:65536",
|
| };
|
|
|
| for (size_t index = 0; index < arraysize(kBadStrings); ++index) {
|
|
|