Skip to content

Commit 5f06423

Browse files
committed
put test case name on a single line
1 parent aa485e0 commit 5f06423

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
@@ -36,8 +36,9 @@ TEST_CASE("9 character plaintext results in 3 chunks of 3 characters",
3636
}
3737

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

0 commit comments

Comments
 (0)