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

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

[Octave-bug-tracker] [bug #58323] '...' continuation marker causes parse


From: Markus Mützel
Subject: [Octave-bug-tracker] [bug #58323] '...' continuation marker causes parse error when executed with "run selection" in GUI editor
Date: Sat, 9 May 2020 03:52:09 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:77.0) Gecko/20100101 Firefox/77.0

Follow-up Comment #7, bug #58323 (project octave):

It doesn't work for me with hg id 01358faf49c9.

Also comments after a continuation marker cause the same parse error.
In the following example, only marking the two lines for "b" (and executing
with F9) works:

a = {1,
     2};

b = {1, ...
     2};

c = {1, ... This is a comment
     2};


For "a" and "c", I get something similar to:

>> error: parse error

  syntax error

>>> octave_OhVpCp (1, '     2};', '     2};');



    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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