--- parser3/tests/030.html 2010/10/21 20:49:35 1.5 +++ parser3/tests/030.html 2024/12/13 13:54:03 1.7 @@ -13,14 +13,18 @@ $cookie:s[ $.expires[session] ] -^try{ +e1: ^try-catch{ $cookie:z[ $.value[zzz-value] $.expires[zzz] ] -}{ - $exception.handled(true) - mustfail, it's OK.
} -^cookie:fields.foreach[k;v]{${k}: '$v.value'}[
^#0A] +e2: ^try-catch-filtered{ + $cookie:x[ + $.value[xxx-value] + $.expires(-5000*365) + ] +} + +^json:string[$cookie:fields; $.indent(1) ]