Diff for /parser3/tests/results/030.processed between versions 1.10 and 1.11

version 1.10, 2024/12/13 13:54:03 version 1.11, 2026/07/11 01:24:42
Line 1 Line 1
 Set-Cookie: a=a-value; expires=Tue, 25 Feb 2003 21:00:00 GMT; path=/  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: b=b-value; expires=Wed, 19 Feb 2003 21:00:00 GMT; path=/
 Set-Cookie: s=session-value; path=/  Set-Cookie: s=session-value; path=/
   Set-Cookie: s2=value2; path=/
   Set-Cookie: s3=value3; path=/
 Content-Type: text/html  Content-Type: text/html
 Content-Length: 317  Content-Length: 411
   
 e1: Exception type: number.format,  e1: Exception type: number.format,
 Source: zzz,  Source: zzz,
Line 21  Source: x Line 23  Source: x
         "s":{          "s":{
                 "value":"session-value",                  "value":"session-value",
                 "expires":"session"                  "expires":"session"
           },
           "s2":{
                   "value":"value2",
                   "expires":0
           },
           "s3":{
                   "value":"value3",
                   "expires":"0"
         }          }
 }  }
   

Removed from v.1.10  
changed lines
  Added in v.1.11


E-mail: