Skip to content

Commit c7ca7e5

Browse files
authored
crypto-square: put test name on single line (#845)
1 parent bab12d4 commit c7ca7e5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

exercises/practice/crypto-square/crypto_square_test.cpp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,9 @@ TEST_CASE(
4545
}
4646

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

0 commit comments

Comments
 (0)