|
| From: | Guillaume |
| Subject: | [Octave-bug-tracker] [bug #59150] Par error when concatenating strings from multiple lines |
| Date: | Sun, 20 Sep 2020 05:56:25 -0400 (EDT) |
| User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0 |
URL:
<https://savannah.gnu.org/bugs/?59150>
Summary: Par error when concatenating strings from multiple
lines
Project: GNU Octave
Submitted by: gyom
Submitted on: Sun 20 Sep 2020 09:56:23 AM UTC
Category: Interpreter
Severity: 3 - Normal
Priority: 5 - Normal
Item Group: Unexpected Error or Warning
Status: None
Assigned to: None
Originator Name: Guillaume
Originator Email:
Open/Closed: Open
Release: dev
Discussion Lock: Any
Operating System: Any
_______________________________________________________
Details:
There is a parse error with the following:
T = [...
'A'...
'B'];
error: parse error:
syntax error
>>> 'B'];
^
and it works fine again after adding a space at the beginning of the third
line:
T = [...
'A'...
'B'];
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?59150>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
| [Prev in Thread] | Current Thread | [Next in Thread] |