--- parser3/tests/results/030.processed 2024/09/13 23:49:45 1.9 +++ parser3/tests/results/030.processed 2026/07/11 01:24:42 1.11 @@ -1,13 +1,16 @@ -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 - +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=/ +Set-Cookie: s2=value2; path=/ +Set-Cookie: s3=value3; path=/ +Content-Type: text/html +Content-Length: 411 + e1: Exception type: number.format, Source: zzz, Comment: invalid number (double) -e2: Exception type: date.range +e2: Exception type: date.range, +Source: x { "a":{ "value":"a-value", @@ -20,5 +23,13 @@ e2: Exception type: date.range "s":{ "value":"session-value", "expires":"session" + }, + "s2":{ + "value":"value2", + "expires":0 + }, + "s3":{ + "value":"value3", + "expires":"0" } } \ No newline at end of file