diff options
Diffstat (limited to 'localedata/tests-mbwc/dat_mbrlen.c')
-rw-r--r-- | localedata/tests-mbwc/dat_mbrlen.c | 44 |
1 files changed, 22 insertions, 22 deletions
diff --git a/localedata/tests-mbwc/dat_mbrlen.c b/localedata/tests-mbwc/dat_mbrlen.c index 8fdef8bf8a..4a69833754 100644 --- a/localedata/tests-mbwc/dat_mbrlen.c +++ b/localedata/tests-mbwc/dat_mbrlen.c @@ -30,9 +30,9 @@ TST_MBRLEN tst_mbrlen_loc [] = { }, { { - { 1, 0, 1, 0, }, - { 1, 0, 1, 0, }, - { 1, 0, 1, 1, }, + { 0, 1, 0, }, + { 0, 1, 0, }, + { 0, 1, 1, }, } } }, @@ -46,9 +46,9 @@ TST_MBRLEN tst_mbrlen_loc [] = { }, { { - { 1, 0, 1, 0, }, - { 1, 0, 1, 1, }, - { 1, 0, 1, 1, }, + { 0, 1, 0, }, + { 0, 1, 1, }, + { 0, 1, 1, }, } } }, @@ -68,9 +68,9 @@ TST_MBRLEN tst_mbrlen_loc [] = { }, { { - { 1, 0, 1, 0, }, - { 1, 0, 1, 1, }, - { 1, 0, 1, 1, }, + { 0, 1, 0, }, + { 0, 1, 1, }, + { 0, 1, 1, }, } } }, @@ -84,9 +84,9 @@ TST_MBRLEN tst_mbrlen_loc [] = { }, { { - { 1, 0, 1, 0, }, - { 1, EILSEQ, 1, -1, }, - { 1, EILSEQ, 1, -1, }, + { 0, 1, 0, }, + { EILSEQ, 1, -1, }, + { EILSEQ, 1, -1, }, } } }, @@ -112,9 +112,9 @@ TST_MBRLEN tst_mbrlen_loc [] = { }, { { - { 1, 0, 1, -2, }, - { 1, 0, 1, 0, }, - { 1, 0, 1, 2, }, + { 0, 1, -2, }, + { 0, 1, 0, }, + { 0, 1, 2, }, } } }, @@ -128,15 +128,15 @@ TST_MBRLEN tst_mbrlen_loc [] = { }, { { - { 1, 0, 1, -2, }, + { 0, 1, -2, }, #ifdef SHOJI_IS_RIGHT - { 1, 0, 1, +2, }, + { 0, 1, +2, }, #else /* XXX ISO C explicitly says that the return value does not XXX reflect the bytes contained in the state. */ - { 1, 0, 1, +1, }, + { 0, 1, +1, }, #endif - { 1, 0, 1, 2, }, + { 0, 1, 2, }, } } }, @@ -150,9 +150,9 @@ TST_MBRLEN tst_mbrlen_loc [] = { }, { { - { 1, 0, 1, 0, }, - { 1, 0, 1, -2, }, - { 1, EILSEQ, 1, -1, }, + { 0, 1, 0, }, + { 0, 1, -2, }, + { EILSEQ, 1, -1, }, } } }, |