diff --git a/spelling_test.go b/spelling_test.go index e42b3ce..edc518d 100644 --- a/spelling_test.go +++ b/spelling_test.go @@ -140,6 +140,12 @@ func TestPronounce(t *testing.T) { want: "mu-sa", wantErr: false, }, + { + name: "Pronounce_Mixed", + syllables: []string{"mu", "1"}, + want: "mu-ONE", + wantErr: false, + }, { name: "Pronounce_NonKoremutakeSyllable", syllables: []string{"รค"},