There was an error while loading. Please reload this page.
1 parent fd26f26 commit 7616c60Copy full SHA for 7616c60
1 file changed
test/testhallelujah.cpp
@@ -12,7 +12,7 @@ std::vector<std::pair<std::vector<std::string>, std::vector<std::string>>>
12
{{"a", "4"}, {"at"}}, // a: exact match; and are at: frequency order.
13
{{"a", "space"}, {"a "}},
14
{{"a", "Return"}, {"a"}},
15
- {{"a", "Down", "space"}, {"at "}},
+ {{"a", "Down", "space"}, {"and "}},
16
{{"a", "Up", "Return"}, {"also"}},
17
{{"a", "Right", "b", "Left", "Left", "c", "Return"}, {"bac"}},
18
{{"a", "Escape"}, {}},
0 commit comments