File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -30,9 +30,6 @@ def test_word_beginning_with_p(self):
3030 def test_word_beginning_with_k (self ):
3131 self .assertEqual (translate ("koala" ), "oalakay" )
3232
33- def test_word_beginning_with_y (self ):
34- self .assertEqual (translate ("yellow" ), "ellowyay" )
35-
3633 def test_word_beginning_with_x (self ):
3734 self .assertEqual (translate ("xenon" ), "enonxay" )
3835
@@ -63,6 +60,15 @@ def test_word_beginning_with_yt(self):
6360 def test_word_beginning_with_xr (self ):
6461 self .assertEqual (translate ("xray" ), "xrayay" )
6562
63+ def test_word_beginning_with_y (self ):
64+ self .assertEqual (translate ("yellow" ), "ellowyay" )
65+
66+ def test_word_beginning_with_y (self ):
67+ self .assertEqual (translate ("rhythm" ), "ythmrhay" )
68+
69+ def test_word_beginning_with_y (self ):
70+ self .assertEqual (translate ("my" ), "ymay" )
71+
6672 def test_a_whole_phrase (self ):
6773 self .assertEqual (translate ("quick fast run" ), "ickquay astfay unray" )
6874
You can’t perform that action at this time.
0 commit comments