--- parser3/tests/253.html 2010/10/01 23:11:24 1.4 +++ parser3/tests/253.html 2013/10/20 21:10:09 1.6 @@ -3,7 +3,7 @@ $f[^file::load[text;253_json.txt; $.charset[windows-1251]]] $s[^taint[as-is][$f.text]] -^try_catch{$o[^json:parse[$s]]} +^try-catch{$o[^json:parse[$s]]} $o[^json:parse[$s][ $.object[$hook] $.distinct[first] ]] ^print[$o] @@ -14,14 +14,13 @@ $o[^json:parse[$s][ $.double(false) $.di $o[^json:parse[$s][ $.object[$hook_key] $.distinct[all] ]] ^print[$o] -@try_catch[code] -^try{ - $code -}{ - $exception.handled(true) - $exception.source - $exception.comment -} +$s[[1,{"type":"class1","value":"3"},4]] + +$o[^json:parse[$s][ $.object[$hook] ]] +^print[$o] + +$o[^json:parse[$s]] +^print[$o] @print[hash] ^json:string[$hash; $.indent(1)]