Jonathan Worthington <[EMAIL PROTECTED]> wrote: > Failed Test Stat Wstat Total Fail Failed List of Failed > ---------------------------------------------------------------------------- > --- > t\src\extend.t 1 256 12 1 8.33% 11
I've committed a change for extend_11 (I did print to stdout, which might be out of sync with the rest goin' to stderr). > t\src\extend......NOK 11# got: 'in sub1 > # hello in sub2 > # back > # back Yep. That must have it been. > t\src\io..........NOK 9# Failed test (t\src\io.t at line 242) > # got: '"temp.file" ">" should have opened > # "temp.file" ">>" should have opened io_win32 seems to lack append mode and such. > # Failed test (t\src\io.t at line 293) > t\src\io..........NOK 10# got: 'should have read "." not ".?2"done Could be a line-ending thingy \r\n vs \n > Jonathan leo