--- parser3/tests/results/030.processed 2010/10/21 20:50:25 1.8 +++ parser3/tests/results/030.processed 2024/12/13 13:54:03 1.10 @@ -1,10 +1,25 @@ -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: 81 - -mustfail, it's OK.
-a: 'a-value'
-b: 'b-value'
-s: 'session-value' \ No newline at end of file +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: 317 + +e1: Exception type: number.format, +Source: zzz, +Comment: invalid number (double) +e2: Exception type: date.range, +Source: x +{ + "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