Chromium Code Reviews| Index: net/base/escape_unittest.cc |
| =================================================================== |
| --- net/base/escape_unittest.cc (revision 1665) |
| +++ net/base/escape_unittest.cc (working copy) |
| @@ -159,6 +159,7 @@ |
| TEST(Escape, UnescapeAndDecodeURLComponent) { |
| const UnescapeAndDecodeURLCase unescape_cases[] = { |
| + {"UTF8", "%", "%", "%", L"%"}, |
| {"UTF8", "+", "+", " ", L"+"}, |
| {"UTF8", "%2+", "%2+", "%2 ", L"%2+"}, |
| {"UTF8", "+%%%+%%%", "+%%%+%%%", " %%% %%%", L"+%%%+%%%"}, |