Annotation of parser3/tests/286.html, revision 1.1
1.1 ! moko 1: @main[]
! 2:
! 3: $ft[^file::exec[cat.sh; $.stdin[test] ;stdin]]
! 4: ft:^json:string[$fb]
! 5:
! 6: $f1[^file::create[$ft; $.mode[binary] ]]
! 7: f1:^json:string[$f1]
! 8:
! 9: $fb[^file::exec[binary;cat.sh; $.stdin[test] ;stdin]]
! 10: fb:^json:string[$fb]
! 11:
! 12: $f2[^file::create[$fb; $.mode[text] ]]
! 13: f2:^json:string[$f2]
! 14:
! 15: $f3[^file::create[$ft; $.content-type[my/format] ]]
! 16: f3:^json:string[$f3]
! 17:
! 18: $f4[^file::create[$f3; $.name[test.gif] ]]
! 19: f4:^json:string[$f4]
! 20:
E-mail: