Skip to content

Commit 7616c60

Browse files
committed
fix test again
1 parent fd26f26 commit 7616c60

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
@@ -12,7 +12,7 @@ std::vector<std::pair<std::vector<std::string>, std::vector<std::string>>>
1212
{{"a", "4"}, {"at"}}, // a: exact match; and are at: frequency order.
1313
{{"a", "space"}, {"a "}},
1414
{{"a", "Return"}, {"a"}},
15-
{{"a", "Down", "space"}, {"at "}},
15+
{{"a", "Down", "space"}, {"and "}},
1616
{{"a", "Up", "Return"}, {"also"}},
1717
{{"a", "Right", "b", "Left", "Left", "c", "Return"}, {"bac"}},
1818
{{"a", "Escape"}, {}},

0 commit comments

Comments
 (0)