Diff for /parser3/tests/065.html between versions 1.6 and 1.7

version 1.6, 2012/05/24 12:27:14 version 1.7, 2024/12/11 00:39:45
Line 28  $tRepl[^table::create[nameless]{$request Line 28  $tRepl[^table::create[nameless]{$request
 ^do[C:\temp/file.txt]  ^do[C:\temp/file.txt]
 ^do[C:/temp\file.txt]  ^do[C:/temp\file.txt]
   
   ^do[^file::create[text;/../;]]
   ^do[^file::create[text;/path/name.ext;]]
   ^file:fullpath[^file::create[text;/path/name.ext;]]
   ^try-catch{^file:fullpath{code}}
   
 @do[sFileSpec]  @do[sFileSpec]
 src=^printFS[$sFileSpec]<br />  src=^printFS[$sFileSpec]<br />
Line 39  justext=^file:justext[$sFileSpec] Line 43  justext=^file:justext[$sFileSpec]
   
   
 @printFS[sFileSpec]  @printFS[sFileSpec]
 $result[^sFileSpec.replace[$tRepl]]  $result[^if($sFileSpec is file){$sFileSpec.name}{^sFileSpec.replace[$tRepl]}]

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


E-mail: