mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-13 17:01:16 +00:00
ICU-4101 add translit ID test.
X-SVN-Rev: 16324
This commit is contained in:
parent
ff3fb0923a
commit
90ef9b5f95
1 changed files with 2 additions and 0 deletions
|
@ -27,6 +27,7 @@ static void TestOpenInverse(void);
|
|||
static void TestClone(void);
|
||||
static void TestRegisterUnregister(void);
|
||||
static void TestExtractBetween(void);
|
||||
static void TestUnicodeIDs(void);
|
||||
|
||||
static void _expectRules(const char*, const char*, const char*);
|
||||
static void _expect(const UTransliterator* trans, const char* cfrom, const char* cto);
|
||||
|
@ -43,6 +44,7 @@ addUTransTest(TestNode** root) {
|
|||
TEST(TestClone);
|
||||
TEST(TestRegisterUnregister);
|
||||
TEST(TestExtractBetween);
|
||||
TEST(TestUnicodeIDs);
|
||||
}
|
||||
|
||||
/*------------------------------------------------------------------
|
||||
|
|
Loading…
Add table
Reference in a new issue