Beispiel #1
0
 def test_further_scans_2(self):
     word = Word("molestias")
     assert word.syllabify_word() == "-mo-les-tias"
Beispiel #2
0
 def test_further_scans_1(self):
     word = Word("ahínco")
     assert word.syllabify_word() == "-a-hín-co"