--- parser3/tests/results/030.processed 2003/07/24 11:25:59 1.2 +++ parser3/tests/results/030.processed 2024/09/13 23:49:45 1.9 @@ -1,5 +1,24 @@ -set-cookie: clientType=test; expires=Tue, 25 Feb 2003 21:00:00 GMT; path=/ -content-type: text/html; charset=WINDOWS-1251 -content-length: 10 +Set-Cookie: a=a-value; expires=Tue, 25 Feb 2003 21:00:00 GMT; path=/ +Set-Cookie: b=b-value; expires=Wed, 19 Feb 2003 21:00:00 GMT; path=/ +Set-Cookie: s=session-value; path=/ +Content-Type: text/html +Content-Length: 306 -=test=
\ No newline at end of file +e1: Exception type: number.format, +Source: zzz, +Comment: invalid number (double) +e2: Exception type: date.range +{ + "a":{ + "value":"a-value", + "expires":"2003-02-26 00:00:00" + }, + "b":{ + "value":"b-value", + "expires":"2003-02-20 00:00:00" + }, + "s":{ + "value":"session-value", + "expires":"session" + } +} \ No newline at end of file