diff -r 831928419249 -r c72b250866ab test/ctest.c --- a/test/ctest.c Sun Oct 01 14:41:17 2023 +0200 +++ b/test/ctest.c Wed Jul 10 21:35:37 2024 +0200 @@ -34,7 +34,8 @@ #include #include #include -#include +#include #include #include @@ -49,6 +50,9 @@ #define MACRO1337 1337L +static const char* continuation_test = "this is a string\ + with a continuation"; + /* -------------------- This is a testing file. -------------------------- */ /* time_t util_parse_creationdate(char *str) {