We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dba1af commit a1b694eCopy full SHA for a1b694e
exercises/practice/flower-field/flower_field_test.cpp
@@ -80,7 +80,7 @@ TEST_CASE("large garden", "[dd9d4ca8-9e68-4f78-a677-a2a70fd7a7b8]") {
80
const std::vector<std::string> expected{"1*22*1", "12*322", " 123*2",
81
"112*4*", "1*22*2", "111111"};
82
REQUIRE(expected == flower_field::annotate({" * * ", " * ", " * ",
83
- " * *", " * * ", " "}));
+ " * *", " * * ", " "}));
84
}
85
86
#endif
0 commit comments