what mattn wishes is my command

This commit is contained in:
Daisuke Maki 2016-12-14 12:19:28 +09:00
parent 945cdf0b08
commit 80c7cde206

View file

@ -33,6 +33,7 @@ func TestFuzzy(t *testing.T) {
{"あ、日本語は難しいですよ", "あい", true}, // hiragana
{"パソコンは遅いですネ", "ソネ", true}, // katakana
{"🚴🏻 abcd efgh", "🚴🏻e", true}, // unicode
{"This is a test to Test the fuzzy filteR", "TTR", true},
}
filter := NewFuzzy()
for i, v := range testValues {