mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-06 14:05:32 +00:00
ICU-3050 test trie folding edge cases
X-SVN-Rev: 12758
This commit is contained in:
parent
fbf9a44f50
commit
2dca70aecf
1 changed files with 7 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
******************************************************************************
|
||||
*
|
||||
* Copyright (C) 2001, International Business Machines
|
||||
* Copyright (C) 2001-2003, International Business Machines
|
||||
* Corporation and others. All Rights Reserved.
|
||||
*
|
||||
******************************************************************************
|
||||
|
@ -686,11 +686,11 @@ setRanges1[]={
|
|||
{0x20, 0xa7, 0x1234, FALSE},
|
||||
{0xa7, 0x3400, 0, FALSE},
|
||||
{0x3400, 0x9fa6, 0x6162, FALSE},
|
||||
{0x9fa6, 0xdada, 0x3132, FALSE},
|
||||
{0xdada, 0xeeee, 0x27, FALSE},
|
||||
{0x9fa6, 0xda9e, 0x3132, FALSE},
|
||||
{0xdada, 0xeeee, 0x87ff, FALSE}, /* try to disrupt _testFoldingOffset16() */
|
||||
{0xeeee, 0x11111, 1, FALSE},
|
||||
{0x11111, 0x44444, 0x6162, FALSE},
|
||||
{0x44444, 0xf0003, 0, FALSE},
|
||||
{0x44444, 0x60003, 0, FALSE},
|
||||
{0xf0003, 0xf0004, 0xf, FALSE},
|
||||
{0xf0004, 0xf0006, 0x10, FALSE},
|
||||
{0xf0006, 0xf0007, 0x11, FALSE},
|
||||
|
@ -705,8 +705,9 @@ checkRanges1[]={
|
|||
{0xa7, 0x1234},
|
||||
{0x3400, 0},
|
||||
{0x9fa6, 0x6162},
|
||||
{0xdada, 0x3132},
|
||||
{0xeeee, 0x27},
|
||||
{0xda9e, 0x3132},
|
||||
{0xdada, 0},
|
||||
{0xeeee, 0x87ff},
|
||||
{0x11111,1},
|
||||
{0x44444,0x6162},
|
||||
{0xf0003,0},
|
||||
|
|
Loading…
Add table
Reference in a new issue