1
0
mirror of https://github.com/fumiama/jieba.git synced 2026-06-25 14:10:31 +08:00

make tests more readable

This commit is contained in:
Wang Bin
2015-01-26 17:10:54 +08:00
parent 2981f336d1
commit 2b15490388
2 changed files with 222 additions and 223 deletions

View File

@@ -42,5 +42,4 @@ func TestViterbi(t *testing.T) {
t.Error(route[index])
}
}
}