Annotation of parser3/tests/results/030.processed, revision 1.10

1.10    ! moko        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=/
        !             4: Content-Type: text/html
        !             5: Content-Length: 317
        !             6: 
1.9       moko        7: e1: Exception type: number.format,
                      8: Source: zzz,
                      9: Comment: invalid number (double)
1.10    ! moko       10: e2: Exception type: date.range,
        !            11: Source: x
1.9       moko       12: {
                     13:        "a":{
                     14:                "value":"a-value",
                     15:                "expires":"2003-02-26 00:00:00"
                     16:        },
                     17:        "b":{
                     18:                "value":"b-value",
                     19:                "expires":"2003-02-20 00:00:00"
                     20:        },
                     21:        "s":{
                     22:                "value":"session-value",
                     23:                "expires":"session"
                     24:        }
                     25: }

E-mail: