From bfadd20f90420a2ef840de4282b048efe62d89e3 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 6 Oct 2022 14:39:51 +0200 Subject: [PATCH] test1105: extend to verify TAB in name/content discarding cookies --- tests/data/test1105 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/data/test1105 b/tests/data/test1105 index a06a051737..21a8b52292 100644 --- a/tests/data/test1105 +++ b/tests/data/test1105 @@ -19,6 +19,9 @@ Funny-head: yesyes swsclose Set-Cookie: foobar=name; Set-Cookie: mismatch=this; domain=127.0.0.1; path="/silly/"; Set-Cookie: partmatch=present; domain=.0.0.1; path=/; +Set-Cookie: foo bar=barfoo +Set-Cookie: bar foo= +Set-Cookie: bar=foo bar -- 2.47.3