Diff for /parser3/tests/286.html between versions 1.2 and 1.4

version 1.2, 2013/06/27 21:42:36 version 1.4, 2017/02/13 17:15:56
Line 1 Line 1
 @main[]  @main[]
   
 $ft[^file::exec[cat.sh; $.stdin[test] ;stdin]]  $script[./cat^os[-windows].sh]
 ft:^json:string[$fb]  
   $ft[^file::exec[$script; $.stdin[test^#0D^#0A] ;stdin]]
   ft:^json:string[$fb; $.file[text] ]
   
 $f1[^file::create[$ft; $.mode[binary] ]]  $f1[^file::create[$ft; $.mode[binary] ]]
 f1:^json:string[$f1]  f1:^json:string[$f1; $.file[text] ]
   
 $fb[^file::exec[binary;cat.sh; $.stdin[test] ;stdin]]  $fb[^file::exec[binary;$script; $.stdin[test^#0D^#0A] ;stdin]]
 fb:^json:string[$fb]  fb:^json:string[$fb; $.file[text] ]
   
 $f2[^file::create[$fb; $.mode[text] ]]  $f2[^file::create[$fb; $.mode[text] ]]
 f2:^json:string[$f2]  f2:^json:string[$f2; $.file[text] ]
   
 $f3[^file::create[$fb; $.content-type[my/format] ]]  $f3[^file::create[$fb; $.content-type[my/format] ]]
 f3:^json:string[$f3]  f3:^json:string[$f3]

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


E-mail: