1
0
Fork 0
mirror of https://github.com/veekun/pokedex.git synced 2024-08-20 18:16:34 +00:00

roomaji.py now handles "wu xe" and "shi xi" correctly.

This commit is contained in:
Eevee 2010-04-15 20:05:31 -07:00
parent 4ae8bb5f21
commit 1d9e24a875
2 changed files with 12 additions and 1 deletions
pokedex/tests

View file

@ -17,10 +17,12 @@ def test_roomaji():
(u'ニャース', 'nyaasu'),
(u'ジャ', 'ja'),
(u'ぎゃくてん', 'gyakuten'),
(u'ウェザーボール', 'wezaabooru'),
# Special katakana combinations
(u'ラティアス', 'ratiasu'),
(u'ウィー', 'wii'),
(u'セレビィ', 'sereby'),
]
for kana, roomaji in tests: