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

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

[Octave-bug-tracker] [bug #56917] textscan does not remove quotation mar


From: Rik
Subject: [Octave-bug-tracker] [bug #56917] textscan does not remove quotation mark when conversion specifier is %q
Date: Tue, 17 Sep 2019 18:05:34 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko

Update of bug #56917 (project octave):

                  Status:                    None => Confirmed              
                 Release:                   4.4.0 => 5.1.0                  
        Operating System:       Microsoft Windows => Any                    

    _______________________________________________________

Follow-up Comment #1:

Confirmed.  I verified on Linux with the development branch of Octave.  It is
only the last instance which suffers this problem.  See example below where
there are three matching patterns.


y = textscan('"a,a","b","c"','%q','Delimiter',',')
y =
{
  [1,1] =
  {
    [1,1] = a,a
    [2,1] = b
    [3,1] = c"
  }




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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