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