projects
/
zzz-pokedex.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Replace all_tables by table_classes; get rid of globals()
[zzz-pokedex.git]
/
pokedex
/
tests
/
test_roomaji.py
diff --git
a/pokedex/tests/test_roomaji.py
b/pokedex/tests/test_roomaji.py
index
07a6aa7
..
09dfe71
100644
(file)
--- a/
pokedex/tests/test_roomaji.py
+++ b/
pokedex/tests/test_roomaji.py
@@
-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: