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

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

[Octave-bug-tracker] [bug #49601] strmatch, incompatible result on 'empt


From: Nicholas Jankowski
Subject: [Octave-bug-tracker] [bug #49601] strmatch, incompatible result on 'empty' input, (and still around in 2016b)
Date: Mon, 14 Nov 2016 16:52:42 +0000 (UTC)
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:49.0) Gecko/20100101 Firefox/49.0

Follow-up Comment #3, bug #49601 (project octave):

looking at the original case:

>> strmatch(' ', ' ')
ans =
     1
>> strmatch(' ', '  ')
ans =
     1
>> strmatch(' ', '        ')
ans =
     1

>> strmatch('  ', ' ')
ans =
     []
>> strmatch('  ', '  ')
ans =
     1
>> strmatch('   ', '  ')
ans =
     []


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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