test/ctest.c

changeset 75
c72b250866ab
parent 70
60cecca5e484
--- 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 <ucx/buffer.h>
 #include <ucx/utils.h>
 #include <libxml/tree.h>
-#include <curl/curl.h>
+#include <curl\
+/curl.h>
 
 #include <openssl/sha.h>
 #include <openssl/hmac.h>
@@ -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) {

mercurial