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

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

[Octave-patch-tracker] [patch #8783] C++ implementation of textscan


From: Ben Abbott
Subject: [Octave-patch-tracker] [patch #8783] C++ implementation of textscan
Date: Fri, 18 Mar 2016 12:21:49 +0000
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/601.4.4 (KHTML, like Gecko) Version/9.0.3 Safari/601.4.4

Follow-up Comment #100, patch #8783 (project octave):

@Lachlan with file #36680 all tests pass.


test textscan
PASSES 76 out of 76 tests


And ReturnOnError now produces empties (as ML does)


>> c = textscan (sprintf ('1 2 3\n4 s 6\n'), '%f %f %f', 'ReturnOnError', 1)
c = 
{
  [1,1] =

     1
     4

  [1,2] =  2
  [1,3] =  3
}



    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/patch/?8783>

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




reply via email to

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