Chromium Code Reviews| Index: ui/base/l10n/l10n_util_mac_unittest.mm |
| =================================================================== |
| --- ui/base/l10n/l10n_util_mac_unittest.mm (revision 72936) |
| +++ ui/base/l10n/l10n_util_mac_unittest.mm (working copy) |
| @@ -32,6 +32,8 @@ |
| { @"foo..bar", @"foo..bar" }, |
| { @"foo...bar", @"foo\u2026bar" }, |
| { @"foo...bar...", @"foo\u2026bar\u2026" }, |
| + { @"foo(&b)", @"foo" }, |
| + { @"foo(&b)...", @"foo\u2026" }, |
|
TVL
2011/02/03 13:39:42
include a test case where the accelerator is at th
Takashi Toyoshima (Google)
2011/02/04 20:28:06
Done.
|
| }; |
| for (size_t idx = 0; idx < ARRAYSIZE_UNSAFE(data); ++idx) { |
| string16 input16(base::SysNSStringToUTF16(data[idx].input)); |