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

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

[Octave-bug-tracker] [bug #57859] Problem with continuation lines on the


From: Rik
Subject: [Octave-bug-tracker] [bug #57859] Problem with continuation lines on the command line
Date: Wed, 19 Feb 2020 18:03:19 -0500 (EST)
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko

Update of bug #57859 (project octave):

                  Status:          Patch Reviewed => Fixed                  

    _______________________________________________________

Follow-up Comment #6:

Apparently user error, and/or cruft in my build.  It does work for me now.  I
grafted the changeset over to stable as well.

So, why is it that the test suite couldn't catch this?  There are line
continuation tests in test/line-continue.tst. 

I made my own file with


%!test
%! x = [1,2,3 ...
%! 4,5];
%! assert (x, [1,2,3,4,5]);


and Octave passes this.  Is there any way to create a BIST test for this?


    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?57859>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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