fixup test mistake

This commit is contained in:
Daniel Stenberg 2026-07-27 10:52:57 +02:00
parent 05a9370a32
commit a1fb6062bd
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2

View file

@ -38,7 +38,7 @@ static CURLcode test_lib2017(const char *URL)
};
struct curl_slist bothlist[] = {
{ CURL_UNCONST("nothing harmful"), NULL },
{ CURL_UNCONST("both a \x0a and a \0x0d embedded"), NULL}
{ CURL_UNCONST("both a \x0a and a \x0d embedded"), NULL}
};
/* all slist options should reject these lists */