Annotation of parser3/tests/results/030.processed, revision 1.9
1.8 misha 1: Set-Cookie: a=a-value; expires=Tue, 25 Feb 2003 21:00:00 GMT; path=/
2: Set-Cookie: b=b-value; expires=Wed, 19 Feb 2003 21:00:00 GMT; path=/
3: Set-Cookie: s=session-value; path=/
1.7 misha 4: Content-Type: text/html
1.9 ! moko 5: Content-Length: 306
1.2 paf 6:
1.9 ! moko 7: e1: Exception type: number.format,
! 8: Source: zzz,
! 9: Comment: invalid number (double)
! 10: e2: Exception type: date.range
! 11: {
! 12: "a":{
! 13: "value":"a-value",
! 14: "expires":"2003-02-26 00:00:00"
! 15: },
! 16: "b":{
! 17: "value":"b-value",
! 18: "expires":"2003-02-20 00:00:00"
! 19: },
! 20: "s":{
! 21: "value":"session-value",
! 22: "expires":"session"
! 23: }
! 24: }
E-mail: