ICU-8560 platform, asciism in #6109

X-SVN-Rev: 30096
This commit is contained in:
Steven R. Loomis 2011-05-11 04:42:01 +00:00
parent 19888cc82b
commit 0d0172d6f1

View file

@ -971,8 +971,8 @@ free(result);
static void TestParseZero(void)
{
UErrorCode errorCode = U_ZERO_ERROR;
UChar input[] = {'0', 0}; /* Input text is decimal '0' */
UChar pat[] = {'#', ';', '#', 0};
UChar input[] = {0x30, 0}; /* Input text is decimal '0' */
UChar pat[] = {0x0023,0x003b,0x0023,0}; /* {'#', ';', '#', 0}; */
double dbl;
#if 0