X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/f3c0d7a59d99c2a94c6b8822291f0e42be3773c9..3d1f044b704633e2e541231cd17ae9ecf9ad5c7a:/icuSources/test/testdata/format.txt diff --git a/icuSources/test/testdata/format.txt b/icuSources/test/testdata/format.txt index b3492d51..4f66e04c 100644 --- a/icuSources/test/testdata/format.txt +++ b/icuSources/test/testdata/format.txt @@ -44,7 +44,7 @@ format:table(nofallback) { "", "DATE=LONG", "ERA=1,YEAR=98,MONTH=0,DATE=24", - "民國98年1月24日", + "民國 98年1月24日", }, { //民國前2年1月24日 -> 1910-1-24 @@ -52,7 +52,7 @@ format:table(nofallback) { "", "DATE=LONG", "ERA=0,YEAR=2,MONTH=0,DATE=24", - "民國前2年1月24日", + "民國前 2年1月24日", }, } } @@ -187,21 +187,21 @@ format:table(nofallback) { "", "DATE=RELATIVE_SHORT", "RELATIVE_ADD:DATE=1", // one day from now - "Għada" + "għada" }, { "mt_MT@calendar=gregorian", "", "DATE=RELATIVE_SHORT", "RELATIVE_MILLIS=0", // today - "Illum" + "illum" }, { "mt_MT@calendar=gregorian", "", "DATE=RELATIVE_SHORT", "RELATIVE_ADD:DATE=-1", // one day before now - "Ilbieraħ" + "lbieraħ" }, { "ru", @@ -489,41 +489,41 @@ format:table(nofallback) { }, // Japanese - { - "en_US@calendar=japanese", - "", - "PATTERN=G y", - "YEAR=8", - "Heisei 8" - }, - { - "en_US@calendar=japanese", - "", - "PATTERN=G yy", - "YEAR=8", - "Heisei 08" - }, - { - "en_US@calendar=japanese", - "", - "PATTERN=G yyy", - "YEAR=8", - "Heisei 008" - }, - { - "en_US@calendar=japanese", - "", - "PATTERN=G yyyy", - "YEAR=8", - "Heisei 0008" - }, - { - "en_US@calendar=japanese", - "", - "PATTERN=G yyyyy", - "YEAR=8", - "Heisei 00008" - }, +// { +// "en_US@calendar=japanese", +// "", +// "PATTERN=G y", +// "YEAR=8", +// "Heisei 8" +// }, +// { +// "en_US@calendar=japanese", +// "", +// "PATTERN=G yy", +// "YEAR=8", +// "Heisei 08" +// }, +// { +// "en_US@calendar=japanese", +// "", +// "PATTERN=G yyy", +// "YEAR=8", +// "Heisei 008" +// }, +// { +// "en_US@calendar=japanese", +// "", +// "PATTERN=G yyyy", +// "YEAR=8", +// "Heisei 0008" +// }, +// { +// "en_US@calendar=japanese", +// "", +// "PATTERN=G yyyyy", +// "YEAR=8", +// "Heisei 00008" +// }, } }