diff options
Diffstat (limited to 'localedata/tests-mbwc/dat_wcstok.c')
-rw-r--r-- | localedata/tests-mbwc/dat_wcstok.c | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/localedata/tests-mbwc/dat_wcstok.c b/localedata/tests-mbwc/dat_wcstok.c index 8c6dfb0897..d9b50264bd 100644 --- a/localedata/tests-mbwc/dat_wcstok.c +++ b/localedata/tests-mbwc/dat_wcstok.c @@ -39,13 +39,13 @@ TST_WCSTOK tst_wcstok_loc [] = { }, { { - { 0,0, 0,0, + { 0, 0,0, { 0x00D1,0x0000 } }, - { 0,0, 0,0, + { 0, 0,0, { 0x00D4,0x0000 } }, - { 0,0, 0,0, + { 0, 0,0, { 0x00D6,0x00D7,0x00D8,0x00D9,0x0000 } }, } @@ -76,13 +76,13 @@ TST_WCSTOK tst_wcstok_loc [] = { }, { { - { 0,0, 0,0, + { 0, 0,0, { 0x0041,0x0000 } }, - { 0,0, 0,0, + { 0, 0,0, { 0x0044,0x0000 } }, - { 0,0, 0,0, + { 0, 0,0, { 0x0046,0x0047,0x0048,0x0049,0x0000 } }, } @@ -113,13 +113,13 @@ TST_WCSTOK tst_wcstok_loc [] = { }, { { - { 0,0, 0,0, + { 0, 0,0, { 0x0041,0x0000 } }, - { 0,0, 0,0, + { 0, 0,0, { 0x0044,0x0000 } }, - { 0,0, 0,0, + { 0, 0,0, { 0x0046,0x0047,0x0048,0x0049,0x0000 } }, } |