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

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

[Octave-bug-tracker] [bug #40894] unrecognised block comments in dos for


From: John Donoghue
Subject: [Octave-bug-tracker] [bug #40894] unrecognised block comments in dos format saved files
Date: Sat, 14 Dec 2013 12:41:42 +0000
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko

Follow-up Comment #4, bug #40894 (project octave):

The 2nd patch fixes it for starting the file with a block comment.

However it appears that anything that is not valid statements
(ie: new lines, line comment) prior to the block comment also doesn't work:


%a=1
%{
test
%}
c=1


and


<newlinehere>
%{
test
%}
c=1


and


%a=1
<newlinehere>
%{
test
%}
c=1


and


%a=1

%{
test
%}

Attempts run run 'test'

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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