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 03:12:49 +0000
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.100 Safari/534.30

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

                 Summary: Test of get_first_help_sentence fails on MinGW
                 Project: GNU Octave
            Submitted by: tmacchant
            Submitted on: 2011年06月29日 03時12分49秒
                Category: Interpreter
                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: Microsoft Windows

    _______________________________________________________

Details:

Test of get_first_help_sentence fails on MinGW.


>>>>> processing
e:\usr\Tatsu\mingwhome\octaves\hg\octave-work\scripts/help\get_first_help_sentence.m
  ***** assert (strcmp (get_first_help_sentence('get_first_help_sentence'),
"Return the first sentence of a function's help text."));
!!!!! test failed
assert (strcmp (get_first_help_sentence ('get_first_help_sentence'), "Return
the first sentence of a function's help text.")) failed



octave:1> a=get_first_help_sentence ('get_first_help_sentence')
   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:4> [txt,st]=get_first_help_sentence('get_first_help_sentence')
   Return the first sentence of a function's help text.
st = 0



get_first_help_sentence('get_first_help_sentence') seems not to return simple
strings. Am I right?




    _______________________________________________________

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]