Diff for /parser3/tests/253.html between versions 1.4 and 1.6

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

Removed from v.1.4  
changed lines
  Added in v.1.6


E-mail: