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

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

[Octave-bug-tracker] [bug #53421] Excessive newlines displayed for deep


From: Andrew Janke
Subject: [Octave-bug-tracker] [bug #53421] Excessive newlines displayed for deep structs
Date: Mon, 14 Jan 2019 17:50:21 -0500 (EST)
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.98 Safari/537.36

Follow-up Comment #6, bug #53421 (project octave):

One extra note - even in non-nested structs, there's an extra new line at the
end under "format compact".


>> format compact
>> x = 1
x =  1
>> str = 'foobar'
str = foobar
>> obj = MyClass
obj =
<object MyClass>

>> struct('foo',1,'bar',2)
ans =
  scalar structure containing the fields:
    foo =  1
    bar =  2

>> {1,2}
ans =
{
  [1,1] =  1
  [1,2] =  2
}

>>


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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