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

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

[Octave-bug-tracker] [bug #49389] inputParser changes order of Results s


From: Rik
Subject: [Octave-bug-tracker] [bug #49389] inputParser changes order of Results structure depending on order by which parameters are assigned
Date: Tue, 25 Oct 2016 00:13:19 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0

Follow-up Comment #9, bug #49389 (project octave):

For completeness, can this test be run under Matlab?


ip = inputParser ();
ip.addParameter ('b', 2);
ip.addParameter ('a', 1);
ip.Parameters
ip.parse ('a', 2, 'b', 2);
ip.Results


This checks that the Parameters field is being used to order the output in
Results, and also whether the Parameters list is held in alphabetical order.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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