+// © 2016 and later: Unicode, Inc. and others.
+// License & terms of use: http://www.unicode.org/copyright.html
/*
**********************************************************************
-* 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 testScriptSet();
+
+ void testRestrictionLevel();
+
+ void testMixedNumbers();
+
+ void testBug12153();
+
+ void testBug12825();
+
+ void testBug12815();
+
+ void testBug13314_MixedNumbers();
+
+ void testBug13328_MixedCombiningMarks();
+
+ void testCombiningDot();
+
// 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);