Home
last modified time | relevance | path

Searched refs:specialExample (Results 1 – 1 of 1) sorted by relevance

/external/cldr/tools/cldr-code/src/test/java/org/unicode/cldr/unittest/
DTestExampleGenerator.java1206 final String specialExample = eg.getExampleHtml(SPECIAL_PATH, specialValue); in TestExampleGeneratorConsistency() local
1207 if (!specialExample.contains(EXPECTED_TO_CONTAIN)) { in TestExampleGeneratorConsistency()
1208 errln("Expected example to contain " + EXPECTED_TO_CONTAIN + "; got " + specialExample); in TestExampleGeneratorConsistency()