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

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=/
1.11    ! moko        4: Set-Cookie: s2=value2; path=/
        !             5: Set-Cookie: s3=value3; path=/
1.10      moko        6: Content-Type: text/html
1.11    ! moko        7: Content-Length: 411
1.10      moko        8: 
1.9       moko        9: e1: Exception type: number.format,
                     10: Source: zzz,
                     11: Comment: invalid number (double)
1.10      moko       12: e2: Exception type: date.range,
                     13: Source: x
1.9       moko       14: {
                     15:        "a":{
                     16:                "value":"a-value",
                     17:                "expires":"2003-02-26 00:00:00"
                     18:        },
                     19:        "b":{
                     20:                "value":"b-value",
                     21:                "expires":"2003-02-20 00:00:00"
                     22:        },
                     23:        "s":{
                     24:                "value":"session-value",
                     25:                "expires":"session"
1.11    ! moko       26:        },
        !            27:        "s2":{
        !            28:                "value":"value2",
        !            29:                "expires":0
        !            30:        },
        !            31:        "s3":{
        !            32:                "value":"value3",
        !            33:                "expires":"0"
1.9       moko       34:        }
                     35: }

E-mail: