mirror of
https://github.com/peco/peco.git
synced 2026-09-10 07:16:29 -04:00
what mattn wishes is my command
This commit is contained in:
parent
945cdf0b08
commit
80c7cde206
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue