ICU-1297 fix lenient parse error for " fifty-7"

X-SVN-Rev: 6428
This commit is contained in:
Doug Felt 2001-10-25 16:24:53 +00:00
parent 484a147f48
commit 7000b14287

View File

@ -166,6 +166,9 @@ IntlTestRBNF::TestEnglishSpellout()
formatter->setLenient(TRUE); formatter->setLenient(TRUE);
static const char* lpTestData[][2] = { static const char* lpTestData[][2] = {
{ "fifty-7", "57" },
{ " fifty-7", "57" },
{ " fifty-7", "57" },
{ "2 thousand six HUNDRED fifty-7", "2,657" }, { "2 thousand six HUNDRED fifty-7", "2,657" },
{ "fifteen hundred and zero", "1,500" }, { "fifteen hundred and zero", "1,500" },
{ "FOurhundred thiRTY six", "436" }, { "FOurhundred thiRTY six", "436" },