mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-28 20:21:47 +00:00
Import multiple language wordbanks, test them
This commit is contained in:
@ -146,7 +146,7 @@ func getDiffWord(c WordCodec, not string) string {
|
||||
func TestCheckTypoDetection(t *testing.T) {
|
||||
assert, require := assert.New(t), require.New(t)
|
||||
|
||||
banks := []string{"english"}
|
||||
banks := []string{"english", "spanish", "japanese", "chinese_simplified"}
|
||||
|
||||
for _, bank := range banks {
|
||||
codec, err := LoadCodec(bank)
|
||||
|
2048
keys/wordlist/chinese_simplified.txt
Normal file
2048
keys/wordlist/chinese_simplified.txt
Normal file
File diff suppressed because it is too large
Load Diff
2048
keys/wordlist/japanese.txt
Normal file
2048
keys/wordlist/japanese.txt
Normal file
File diff suppressed because it is too large
Load Diff
2048
keys/wordlist/spanish.txt
Normal file
2048
keys/wordlist/spanish.txt
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user