octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: New function proposal


From: Michael Goffioul
Subject: Re: New function proposal
Date: Sat, 17 Feb 2007 09:35:36 +0100
User-agent: Thunderbird 1.5.0.9 (Windows/20061207)

John W. Eaton a écrit :
On 16-Feb-2007, David Bateman wrote:

| ***************
| *** 379,385 ****
|   %!     endif
|   %!   until (done)
|   %!  fclose (out);
| ! %!  assert(str,{"these\n","strings\n","some\n","are\n"})
| | */ | | --- 379,389 ----
|   %!     endif
|   %!   until (done)
|   %!  fclose (out);
| ! %!  if (!isunix())
| ! %!    assert(str,{"these\n","strings\n","some\n","are\n"})
| ! %!  else
| ! %!    assert(str,{"these\r\n","strings\r\n","some\r\n","are\r\n"})
| ! %!  end
| | */ |
I think this should be "if (isunix ())".  I checked in that change and
now the test passes for me.

Yes, it's OK like that.

Thanks,
Michael.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]