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

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

[Octave-bug-tracker] [bug #33103] Block comment within cell treated inco


From: anonymous
Subject: [Octave-bug-tracker] [bug #33103] Block comment within cell treated incorrectly
Date: Sat, 16 Apr 2011 19:26:17 +0000
User-agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13

URL:
  <http://savannah.gnu.org/bugs/?33103>

                 Summary: Block comment within cell treated incorrectly
                 Project: GNU Octave
            Submitted by: None
            Submitted on: Sat 16 Apr 2011 07:26:17 PM UTC
                Category: Interpreter
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Incorrect Result
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 3.4.0
        Operating System: Mac OS

    _______________________________________________________

Details:

Octave does not treat block comments within a Cell declaration correctly.
Example:


TestCell={
%{
'IgnoreMe'
%}
'AddMe'
}


Running in octave 3.2.3 on Linux or 3.4.0 on Mac:

TestCell = 
{
  [1,1] = IgnoreMe
  [2,1] = AddMe
}


Running in MATLAB 7.9.0.529 (R2009b):

TestCell = 

    'AddMe'






    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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