/*
**********************************************************************
-* Copyright (C) 2009, International Business Machines Corporation
+* Copyright (C) 2011-2013, International Business Machines Corporation
* and others. All Rights Reserved.
**********************************************************************
*/
void testConfData();
+ void testBug8654();
+
+ void testIdentifierInfo();
+
+ void testScriptSet();
+
+ void testRestrictionLevel();
+
+ void testMixedNumbers();
+
// Internal function to run a single skeleton test case.
void checkSkeleton(const USpoofChecker *sc, uint32_t flags,
const char *input, const char *expected, int32_t lineNum);