octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #33536] strread returns incorect results and i


From: Rik
Subject: [Octave-bug-tracker] [bug #33536] strread returns incorect results and is not compatibile with Matlab
Date: Fri, 22 Jul 2011 20:26:41 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:5.0) Gecko/20100101 Firefox/5.0

Follow-up Comment #4, bug #33536 (project octave):

This is almost resolved.  The second of the two cases is fixed by Philip's
changeset.

The first example is still a problem.

The current test in Octave is


%!test
%! # Bug #33536
%! a = strread ("[SomeText]", "%s", "delimiter", "]");
%! assert (a{1}, "[SomeText");


This is not quite the same thing because the format specifier should be '[%s'
to exactly reproduce the bug in question.

Philip, could you take a look at this?


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?33536>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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