mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-20 20:19:32 +00:00
parent
19888cc82b
commit
0d0172d6f1
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue