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 bab12d4 commit c7ca7e5Copy full SHA for c7ca7e5
exercises/practice/crypto-square/crypto_square_test.cpp
@@ -45,8 +45,9 @@ TEST_CASE(
45
}
46
47
TEST_CASE(
48
- "54 character plaintext results in 7 chunks, the last two with trailing "
49
- "spaces",
+ // clang-format off
+ "54 character plaintext results in 7 chunks, the last two with trailing spaces",
50
+ // clang-format on
51
"[fbcb0c6d-4c39-4a31-83f6-c473baa6af80]") {
52
REQUIRE("imtgdvs fearwer mayoogo anouuio ntnnlvt wttddes aohghn sseoau " ==
53
crypto_square::cipher("If man was meant to stay on the ground, god "
0 commit comments