Skip to content

Commit

Permalink
fix(crypto-square): put test name on single line
Browse files Browse the repository at this point in the history
  • Loading branch information
ahans authored Mar 15, 2024
1 parent bab12d4 commit e328bf5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions exercises/practice/crypto-square/crypto_square_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,9 @@ TEST_CASE(
}

TEST_CASE(
"54 character plaintext results in 7 chunks, the last two with trailing "
"spaces",
// clang-format off
"54 character plaintext results in 7 chunks, the last two with trailing spaces",
// clang-format on
"[fbcb0c6d-4c39-4a31-83f6-c473baa6af80]") {
REQUIRE("imtgdvs fearwer mayoogo anouuio ntnnlvt wttddes aohghn sseoau " ==
crypto_square::cipher("If man was meant to stay on the ground, god "
Expand Down

0 comments on commit e328bf5

Please sign in to comment.