aboutsummaryrefslogtreecommitdiff
path: root/tests/data/test31
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2002-02-26 13:18:39 +0000
committerDaniel Stenberg <daniel@haxx.se>2002-02-26 13:18:39 +0000
commitff291eee48da3c6fbf341f42d8662ac107fc679d (patch)
tree33ad7c60664578885df0c7c592c3f61ce91de926 /tests/data/test31
parent66b8f48a88b755e3158cd151d55e3c19967d8726 (diff)
new field1 functionality testing too
Diffstat (limited to 'tests/data/test31')
-rw-r--r--tests/data/test314
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/data/test31 b/tests/data/test31
index 55188d851..fb6e3cbf0 100644
--- a/tests/data/test31
+++ b/tests/data/test31
@@ -10,7 +10,7 @@ Set-Cookie: foobar=name; domain=127.0.0.1; path=/ ; secure
Set-Cookie:mismatch=this ; domain=127.0.0.1; path=/silly/
Set-Cookie: partmatch=present; domain=127.0.0.1 ; path=/;
Set-Cookie: eat=this; domain=moo.foo.moo;
-Set-Cookie: eat=this-too; domain=foo.moo;
+Set-Cookie: eat=this-too; domain=.foo.moo;
Set-Cookie: nodomainnovalue
Set-Cookie: nodomain=value; expires=Tue Feb 1 11:56:27 MET 2014
Set-Cookie: nodomainnovalue; domain=reallysilly
@@ -50,7 +50,7 @@ Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, */*
127.0.0.1 FALSE /silly/ FALSE 0 ismatch this
127.0.0.1 FALSE / FALSE 0 partmatch present
moo.foo.moo FALSE / FALSE 0 eat this
-foo.moo FALSE / FALSE 0 eat this-too
+.foo.moo TRUE / FALSE 0 eat this-too
127.0.0.1 FALSE / FALSE 1014678000 nodomain value
</file>
</verify>