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

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

[Octave-bug-tracker] [bug #45510] multi-line string in octave requires a


From: Rik
Subject: [Octave-bug-tracker] [bug #45510] multi-line string in octave requires a comma
Date: Thu, 09 Jul 2015 23:27:32 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:35.0) Gecko/20100101 Firefox/35.0

Update of bug #45510 (project octave):

                  Status:                    None => Confirmed              

    _______________________________________________________

Follow-up Comment #1:

Confirmed.  It's an odd corner case, but it should be fixed.  The problem goes
away if the line continuation sequence '...' is set off from the text in any
way.  This could mean adding a space before it, after it, or before the 'b'
character.

All of the following work:


>> myString=['a' ...
'b'];
>> myString=['a'...
'b'];
>> myString=['a'...
 'b'];




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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