From a1fb6062bda666275ffbc8421c9aa150e8a2195b Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 27 Jul 2026 10:52:57 +0200 Subject: [PATCH] fixup test mistake --- tests/libtest/lib2017.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/libtest/lib2017.c b/tests/libtest/lib2017.c index de1493eff5..e23c5044de 100644 --- a/tests/libtest/lib2017.c +++ b/tests/libtest/lib2017.c @@ -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 */