mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 22:44:49 +00:00
ICU-1930 Fix for as/400. Use the proper enum.
X-SVN-Rev: 8943
This commit is contained in:
parent
9ea53d52df
commit
a9dadeaab8
1 changed files with 1 additions and 1 deletions
|
@ -3518,7 +3518,7 @@ Mark NON-IGNOREABLE: #1 > #2
|
|||
const char *data[50];
|
||||
const uint32_t len;
|
||||
const UColAttribute att[2];
|
||||
const UColAttribute value[2];
|
||||
const UColAttributeValue value[2];
|
||||
} tests[] = {
|
||||
{
|
||||
{ "a \\u0300b", "a b", "A \\u0300b", "A b", "a\\u0300b", "A\\u0300b"}, 5,
|
||||
|
|
Loading…
Add table
Reference in a new issue