Diff for /parser3/tests/174.html between versions 1.3 and 1.4

version 1.3, 2010/07/03 07:30:28 version 1.4, 2017/12/07 00:55:12
Line 14  $tList[^file:list[$sDir]] Line 14  $tList[^file:list[$sDir]]
 $hf[^hashfile::open[$sDir/$sName]]  $hf[^hashfile::open[$sDir/$sName]]
 $hf2[^hashfile::open[$sDir/${sName}2]]  $hf2[^hashfile::open[$sDir/${sName}2]]
   
   ^try-catch{ ^hashfile::open[$sDir/$sName] }
   
 # check hashfile files -- it mustn't exist because of delayed opened  # check hashfile files -- it mustn't exist because of delayed opened
 ^checkFiles[$sDir;$sName]  ^checkFiles[$sDir;$sName]
Line 25  $hf2[^hashfile::open[$sDir/${sName}2]] Line 25  $hf2[^hashfile::open[$sDir/${sName}2]]
 ^fill[$hf2]  ^fill[$hf2]
 $iSizeBefore(^getFileSize[$sDir;${sName}2])  $iSizeBefore(^getFileSize[$sDir;${sName}2])
   
   $hf.temp[temp]
   ^hf.clear[]
   
 # add item with key '0' for 2 sec  # add item with key '0' for 2 sec
 $hf.0[  $hf.0[
Line 39  $hf.0[ Line 40  $hf.0[
 }  }
   
   
   ^json:string[^hf.hash[]]
   
   
 <hr />  <hr />
 ^checkFiles[$sDir;$sName]  ^checkFiles[$sDir;$sName]

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


E-mail: