Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(691)

Unified Diff: ui/base/l10n/l10n_util_mac_unittest.mm

Issue 6409039: Menu item titles include Windows-style accelerator marker.... (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 9 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/base/l10n/l10n_util_mac.mm ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,9 @@
{ @"foo..bar", @"foo..bar" },
{ @"foo...bar", @"foo\u2026bar" },
{ @"foo...bar...", @"foo\u2026bar\u2026" },
+ { @"foo(&b)", @"foo" },
+ { @"foo(&b)...", @"foo\u2026" },
+ { @"(&b)foo", @"foo" },
};
for (size_t idx = 0; idx < ARRAYSIZE_UNSAFE(data); ++idx) {
string16 input16(base::SysNSStringToUTF16(data[idx].input));
« no previous file with comments | « ui/base/l10n/l10n_util_mac.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698