зеркало из https://github.com/mozilla/marytts.git
expose another edge case for syllabification failure
This commit is contained in:
Родитель
9d7889f533
Коммит
d89491941c
|
@ -177,4 +177,11 @@ public class AllophoneSetTest {
|
|||
// @formatter:on
|
||||
}
|
||||
|
||||
@Test(expectedExceptions = IllegalArgumentException.class)
|
||||
public void testLegacySyllabifyWithoutNucleus() {
|
||||
String actual = allophoneSet.syllabify("s1");
|
||||
String expected = "' s";
|
||||
Assert.assertEquals(actual, expected);
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче