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: José Matos
Subject: [Octave-bug-tracker] [bug #57859] Problem with continuation lines on the command line
Date: Wed, 19 Feb 2020 13:12:07 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:73.0) Gecko/20100101 Firefox/73.0

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

                 Summary: Problem with continuation lines on the command line
                 Project: GNU Octave
            Submitted by: jamatos
            Submitted on: Wed 19 Feb 2020 06:12:06 PM UTC
                Category: GUI
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Regression
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
                 Release: 6.0.90
         Discussion Lock: Any
        Operating System: GNU/Linux

    _______________________________________________________

Details:

In Octave 6 and 7 there is a problem with continuation lines in the command
line/window:

>> c = ['1 2 3 ', ...
'4 5 6']
c =

1 2 3
4 5 6

While in Octave 5 it works as expected:

>> c = ['1 2 3 ', ...
'4 5 6']
c = 1 2 3 4 5 6





    _______________________________________________________

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]