Diff for /parser3/tests/253.html between versions 1.5 and 1.7

version 1.5, 2010/10/24 22:14:42 version 1.7, 2014/05/04 01:45:43
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 11  $o[^json:parse[$s][ $.object[$hook] $.di Line 11  $o[^json:parse[$s][ $.object[$hook] $.di
 $o[^json:parse[$s][ $.double(false) $.distinct[last] ]]  $o[^json:parse[$s][ $.double(false) $.distinct[last] ]]
 ^print[$o]  ^print[$o]
   
   $o[^json:parse[$s][ $.int(false) $.distinct[last] ]]
   ^print[$o]
   
 $o[^json:parse[$s][ $.object[$hook_key] $.distinct[all] ]]  $o[^json:parse[$s][ $.object[$hook_key] $.distinct[all] ]]
 ^print[$o]  ^print[$o]
   
Line 22  $o[^json:parse[$s][ $.object[$hook] ]] Line 25  $o[^json:parse[$s][ $.object[$hook] ]]
 $o[^json:parse[$s]]  $o[^json:parse[$s]]
 ^print[$o]  ^print[$o]
   
 @try_catch[code]  
 ^try{  
         $code  
 }{  
         $exception.handled(true)  
         $exception.source  
         $exception.comment  
 }  
   
 @print[hash]  @print[hash]
 ^json:string[$hash; $.indent(1)]  ^json:string[$hash; $.indent(1)]
   

Removed from v.1.5  
changed lines
  Added in v.1.7


E-mail: