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

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

[Octave-bug-tracker] [bug #40537] save() work incorrectly when filename


From: count
Subject: [Octave-bug-tracker] [bug #40537] save() work incorrectly when filename contain square brackets pair []
Date: Sun, 10 Nov 2013 15:37:26 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Firefox/24.0 Iceweasel/24.0

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

                 Summary: save() work incorrectly when filename contain square
brackets pair []
                 Project: GNU Octave
            Submitted by: count
            Submitted on: Sun 10 Nov 2013 03:37:26 PM GMT
                Category: Octave Function
                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: dev
        Operating System: GNU/Linux

    _______________________________________________________

Details:

octave tell me "error: Invalid call to save." etc when I run


a=1; b=1;
save('a[s]')


The expected result is saving all variables into the file named "a[s]"
Problem also exist in version 3.6.2 and 3.4.3

Seems that it's relate to the wildcard patterns [ _list_ ] match function in
save().

Luckily, this works:


a=1; b=1;
save('a[s]','*')






    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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