Skip to content

Commit 892defe

Browse files
committed
changed tests
1 parent f44611d commit 892defe

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

tests/basic_2.py

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -147,25 +147,25 @@ def test_specific(self):
147147
"ijiwaru"),
148148

149149
(u"年",
150-
"Nichi |Nian "),
150+
"Nichi -|-Nian "),
151151

152152
(u"什",
153-
"Shi |Shen "),
153+
"Shi -|-Shen "),
154154

155155
(u"么",
156-
"Yao |Me "),
156+
"Yao -|-Me "),
157157

158158
(u"了",
159-
"Liao |Le "),
159+
"Liao -|-Le "),
160160

161161
(u"谁",
162-
"Shui |Shei "),
162+
"Shui -|-Shei "),
163163

164164
(u"呢",
165-
"Ni |Ne "),
165+
"Ni -|-Ne "),
166166

167167
(u"都",
168-
'Du |Dou '),
168+
"Du -|-Dou "),
169169
]
170170

171171
for input, correct_output in TESTS:

0 commit comments

Comments
 (0)