diff --git a/src/test.c b/src/test.c index 0b6fc35..45b59ce 100644 --- a/src/test.c +++ b/src/test.c @@ -273,7 +273,11 @@ int main(void) { buf = c_simple_http_path_to_generated("/", &config); ASSERT_TRUE(buf != NULL); printf("%s\n", buf); - ASSERT_TRUE(strcmp(buf, "

Some text.


More text.

") == 0); + ASSERT_TRUE( + strcmp( + buf, + "

Some text.


More text.

") + == 0); simple_archiver_helper_cleanup_c_string(&buf); }