octave-maintainers
[Top][All Lists]
Advanced

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

Re: line continuations


From: Rik
Subject: Re: line continuations
Date: Wed, 19 Feb 2020 09:24:13 -0800

On 02/19/2020 09:00 AM, address@hidden wrote:
Subject:
Problem with continuation lines on octave 6 and 7
From:
José Abílio Matos <address@hidden>
Date:
02/19/2020 06:59 AM
To:
address@hidden
List-Post:
<mailto:address@hidden>
Content-Transfer-Encoding:
quoted-printable
Precedence:
list
MIME-Version:
1.0
Message-ID:
<1606341.H7OzNYNBem@myth>
Content-Type:
text/plain; charset="iso-8859-1"
Message:
1

I found a problem with continuation lines on octave 6 and 7:

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

1 2 3
4 5 6

while in octave 5 I get the expected:

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

Is this known? Should I fill a bug report?

Yes, that looks like you found a bug.  Could you file a report at bugs.octave.org?  That needs to be fixed before the 6.1 release.

--Rik

reply via email to

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