Chromium Code Reviews| Index: net/base/net_util_unittest.cc |
| =================================================================== |
| --- net/base/net_util_unittest.cc (revision 43305) |
| +++ net/base/net_util_unittest.cc (working copy) |
| @@ -554,6 +554,11 @@ |
| L"username", |
| L"p@ssword", |
| }, |
| + { // Special URL characters should be unescaped. |
| + "http://username:p%3fa%26s%2fs%23@google.com", |
| + L"username", |
| + L"p?a&s/s#", |
| + }, |
| { // Username contains %20. |
| "http://use rname:password@google.com", |
| L"use rname", |