Skip to content

Commit fd26f26

Browse files
committed
fix test
1 parent f135bfb commit fd26f26

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/testhallelujah.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ using namespace fcitx;
99

1010
std::vector<std::pair<std::vector<std::string>, std::vector<std::string>>>
1111
expectedCommit{
12-
{{"a", "4"}, {"are"}},
12+
{{"a", "4"}, {"at"}}, // a: exact match; and are at: frequency order.
1313
{{"a", "space"}, {"a "}},
1414
{{"a", "Return"}, {"a"}},
1515
{{"a", "Down", "space"}, {"at "}},

0 commit comments

Comments
 (0)