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

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

[Octave-bug-tracker] [bug #62417] 'format' errors on names with spaces w


From: Nicholas Jankowski
Subject: [Octave-bug-tracker] [bug #62417] 'format' errors on names with spaces when calling with function form
Date: Tue, 10 May 2022 18:58:27 -0400 (EDT)

Follow-up Comment #14, bug #62417 (project octave):

by my understanding of the code, not so much intentional checking as an
artifact of how it processes the inputs.  'format short e' has two separate
options, 'short' and 'e', passed to it. if the code sees 'short' it checks to
see if the next input is 'e' or another valid option, and if so processes it
as 'shorte', etc.  for function input, format('short e') has only one option
input, and none match 'short e', but format('shorte') matches, and
format('short','e') behaves the same as 'format short e'


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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