Diff for /parser3/tests/270.html between versions 1.1 and 1.3

version 1.1, 2011/11/11 06:15:41 version 1.3, 2012/05/30 06:38:27
Line 1 Line 1
 @main[]  @main[]
 $dir[/tests/270_dir]  $dir[/_/270_dir]
 ^file:find[$dir/subdir/270.txt]<br />  
 ^file:find[$dir/subdir/270.txt]{file not found}<br />  ^do[$dir///subdir/270.txt]{file not found (error)}
 ^file:find[$dir/270.txt]<br />  ^do[$dir/270.txt]{file not found (error)}
 ^file:find[$dir/270.txt]{file not found}<br />  ^do[$dir/subdir/zzz/270.html]{file not found (error)}
 ^file:find[$dir/270.html]<br />  ^do[$dir/not-exist]
 ^file:find[$dir/270.html]{file not found}<br />  ^do[$dir///not-exist]{file not found (OK)}
 ^file:find[$dir/not-exist]<br />  ^do[/not-exist]{file not found (OK)}
 ^file:find[$dir/not-exist]{file not found}<br />  
   ^do[/Makefile]{file not found (error)}
   ^do[Makefile]{file not found (error)}
   
   ^do[]{file not found (OK)}
   ^do[/]{file not found (OK)}
   ^do[///]{file not found (OK)}
   ^do[$dir/subdir//z/]{file not found (OK)}
   
   
   @do[sFileSpec;*hParams]
   ^if($hParams){
           $result[^file:find[$sFileSpec]{$hParams.0}<br />]
   }{
           $result[^file:find[$sFileSpec]<br />]
   }

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


E-mail: