mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 22:44:49 +00:00
ICU-3609 Test that ja_JP is cannonicalized correctly
X-SVN-Rev: 16045
This commit is contained in:
parent
37c5efea11
commit
a1e37e9cd9
1 changed files with 2 additions and 1 deletions
|
@ -2560,7 +2560,8 @@ static void TestCanonicalization(void)
|
|||
/* test cases reflecting internal resource bundle usage */
|
||||
{ "root@kw=foo", "root@kw=foo", "root@kw=foo" },
|
||||
{ "@calendar=gregorian", "@calendar=gregorian", "@calendar=gregorian" },
|
||||
{ "ja_JP@calendar=Japanese", "ja_JP@calendar=Japanese", "ja_JP@calendar=Japanese" }
|
||||
{ "ja_JP@calendar=Japanese", "ja_JP@calendar=Japanese", "ja_JP@calendar=Japanese" },
|
||||
{ "ja_JP", "ja_JP", "ja_JP" }
|
||||
};
|
||||
|
||||
static const char* label[] = { "getName", "canonicalize" };
|
||||
|
|
Loading…
Add table
Reference in a new issue