Skip to content

Commit

Permalink
put test case name on a single line
Browse files Browse the repository at this point in the history
  • Loading branch information
ahans committed Mar 4, 2024
1 parent aa485e0 commit 5f06423
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 @@ -36,8 +36,9 @@ TEST_CASE("9 character plaintext results in 3 chunks of 3 characters",
}

TEST_CASE(
"8 character plaintext results in 3 chunks, the last one with a trailing "
"space",
// clang-format off
"8 character plaintext results in 3 chunks, the last one with a trailing space",
// clang-format on
"[a65d3fa1-9e09-43f9-bcec-7a672aec3eae]") {
REQUIRE("clu hlt io " ==
crypto_square::cipher("Chill out.").normalized_cipher_text());
Expand Down

0 comments on commit 5f06423

Please sign in to comment.