There was an error while loading. Please reload this page.
1 parent f135bfb commit fd26f26Copy full SHA for fd26f26
1 file changed
test/testhallelujah.cpp
@@ -9,7 +9,7 @@ using namespace fcitx;
9
10
std::vector<std::pair<std::vector<std::string>, std::vector<std::string>>>
11
expectedCommit{
12
- {{"a", "4"}, {"are"}},
+ {{"a", "4"}, {"at"}}, // a: exact match; and are at: frequency order.
13
{{"a", "space"}, {"a "}},
14
{{"a", "Return"}, {"a"}},
15
{{"a", "Down", "space"}, {"at "}},
0 commit comments