Ejemplo n.º 1
0
 def test2(self):
     self.assertEqual(['\xc9\xbd', '\xc9\xbe'], find_sounds(['tap']))
Ejemplo n.º 2
0
 def test1(self):
     self.assertEqual([], find_sounds([]))
Ejemplo n.º 3
0
 def test5(self):
     self.assertEqual([], find_sounds(['nasal', 'approximant']))
Ejemplo n.º 4
0
 def test6(self):
     self.assertEqual(['\xca\x8e', 'l', '\xc9\xad'],
                      find_sounds(['lateral', 'approximant']))
Ejemplo n.º 5
0
 def test4(self):
     self.assertEqual(['\xc9\xbe'], find_sounds(['anterior', 'tap']))