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

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

[Octave-bug-tracker] [bug #33669] Test of get_first_help_sentence fails


From: Tatsuro MATSUOKA
Subject: [Octave-bug-tracker] [bug #33669] Test of get_first_help_sentence fails on MinGW
Date: Wed, 29 Jun 2011 21:31:20 +0000
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.112 Safari/534.30

Follow-up Comment #8, bug #33669 (project octave):

I applied your patch.


octave:1> a=get_first_help_sentence ('get_first_help_sentence')
a = Return the first sentence of a function's help text.
octave:2> b="Return the first sentence of a function's help text."
b = Return the first sentence of a function's help text.
octave:3> a==b
ans =

 Columns 1 through 49:

   1   1   1   1   1   1   1   1   1   1   1   1   1   1   1   1   1   1   1  
1   1   1   1   1   1   1   1   1   1   1   1   1   1   1   1   1   1   1   1 
 1   1   1   1   1   1   1   1   1   1

 Columns 50 through 52:

   1   1   1

octave:4> assert (strcmp (get_first_help_sentence('get_first_help_sentence'),
"Return the first sentence of a function's help text."));


Problem seems to be fixed.

Thanks!

Please pushed patch to both the stable and development brances.
  

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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